mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: move to nixvim
This commit is contained in:
parent
ca97476a47
commit
779c3c4098
22 changed files with 772 additions and 57 deletions
4
tree.nix
4
tree.nix
|
|
@ -32,6 +32,9 @@
|
|||
|
||||
"home/*".functor.enable = true;
|
||||
"home/profiles/*".functor.enable = true;
|
||||
"home/profiles/nixvim".functor.excludes = [
|
||||
"plugins"
|
||||
];
|
||||
"home/environments/*".functor.enable = true;
|
||||
"home/user".evaluateDefault = true;
|
||||
"home/user/data".evaluate = true;
|
||||
|
|
@ -117,6 +120,7 @@
|
|||
spicetify-nix.homeManagerModules.spicetify
|
||||
stylix.homeModules.stylix
|
||||
noctalia.homeModules.default
|
||||
nixvim.homeModules.nixvim
|
||||
]
|
||||
++ (with (import (inputs.arcexprs + "/modules")).home-manager; [
|
||||
i3gopher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue