add nixvim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user