diff options
| author | schererleander <leander@schererleander.de> | 2025-05-11 02:07:58 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-11 02:07:58 +0200 |
| commit | e1ccc891650e3494355e5bcc70254a8e2f5fbd0b (patch) | |
| tree | ce92d5acccb30d92ae443dedbf026e4e2b214ecd /flake.nix | |
| parent | aba1e0c7102c23d217f7a682b98df5fb1aac202e (diff) | |
use nvf
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -15,7 +15,10 @@ spicetify-nix.url = "github:Gerg-L/spicetify-nix"; spicetify-nix.inputs.nixpkgs.follows = "nixpkgs"; - + + nvf.url = "github:notashelf/nvf"; + nixvim.url = "github:nix-community/nixvim"; + nixcord.url = "github:kaylorben/nixcord"; mac-app-util.url = "github:hraban/mac-app-util"; @@ -33,6 +36,7 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/nixos/configuration.nix + home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; @@ -43,7 +47,9 @@ home-manager.sharedModules = [ inputs.nixcord.homeModules.nixcord - ]; + inputs.nixvim.homeManagerModules.nixvim + inputs.nvf.homeManagerModules.nvf + ]; } ]; }; @@ -70,4 +76,3 @@ }; }; } - |
