add nixvim

This commit is contained in:
2026-07-30 03:43:53 +02:00
parent 438ce4c58e
commit 0b73b99654
6 changed files with 191 additions and 15 deletions
+14 -5
View File
@@ -9,15 +9,16 @@
url = "github:AceSLS/SLSsteam";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser.url = "github:0xc000022070/zen-browser-flake";
xremap-flake.url = "github:xremap/nix-flake";
yazi.url = "github:sxyazi/yazi";
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
gsr-ui = {
url = "github:rPlakama/gsr-ui-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser.url = "github:0xc000022070/zen-browser-flake";
xremap-flake.url = "github:xremap/nix-flake";
yazi.url = "github:sxyazi/yazi";
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
bcdl-free.url = "git+https://git.pizzasucht.net/KeksNino/free-bandcamp-downloader";
nixvim.url = "github:nix-community/nixvim";
};
outputs =
@@ -31,6 +32,7 @@
millennium,
gsr-ui,
bcdl-free,
nixvim,
...
}@inputs:
let
@@ -44,6 +46,7 @@
bcdl-free
xremap-flake
system
nixvim
;
};
modules = [
@@ -73,7 +76,13 @@
];
};
nixosConfigurations.music-server = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs bcdl-free system; };
specialArgs = {
inherit
inputs
bcdl-free
system
;
};
modules = [
./hosts/music-server/configuration.nix
./hosts/music-server/hardware-configuration.nix