added more stuff
This commit is contained in:
parent
369cfc5d52
commit
6eacd76d61
13 changed files with 237 additions and 60 deletions
12
flake.nix
12
flake.nix
|
|
@ -18,6 +18,7 @@
|
|||
};
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
confetti.url = "git+https://git.wastring.com/fw/confetti?ref=main";
|
||||
powershell-es.url = "git+https://git.wastring.com/fw/powershell-es?ref=main";
|
||||
bbk.url = "git+https://git.wastring.com/fw/bbk?ref=main";
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
|
|
@ -44,9 +45,10 @@
|
|||
sops-nix,
|
||||
catppuccin,
|
||||
confetti,
|
||||
powershell-es,
|
||||
bbk,
|
||||
nixvim,
|
||||
disko,
|
||||
disko,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
|
@ -85,9 +87,9 @@
|
|||
sops-nix.nixosModules.sops
|
||||
catppuccin.nixosModules.catppuccin
|
||||
confetti.nixosModules.default
|
||||
bbk.nixosModules.default
|
||||
# bbk.nixosModules.default
|
||||
nixvim.nixosModules.default
|
||||
disko.nixosModules.disko
|
||||
disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
node = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -99,7 +101,7 @@
|
|||
./maskiner/node/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
bbk.nixosModules.default
|
||||
# bbk.nixosModules.default
|
||||
];
|
||||
};
|
||||
core = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -126,7 +128,7 @@
|
|||
};
|
||||
modules = [
|
||||
./maskiner/archive/configuration.nix
|
||||
bbk.nixosModules.default
|
||||
# bbk.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue