aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-11 02:07:58 +0200
committerschererleander <leander@schererleander.de>2025-05-11 02:07:58 +0200
commite1ccc891650e3494355e5bcc70254a8e2f5fbd0b (patch)
treece92d5acccb30d92ae443dedbf026e4e2b214ecd /flake.nix
parentaba1e0c7102c23d217f7a682b98df5fb1aac202e (diff)
use nvf
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index fbfd237..958db94 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 @@
};
};
}
-