mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added eris
This commit is contained in:
parent
c469f48b4e
commit
74f9c483ad
11 changed files with 212 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -149,6 +149,16 @@
|
|||
inputs.lix-module.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
eris = inputs.self.lib.mkLinuxSystem [
|
||||
./systems/eris
|
||||
./profiles/user0
|
||||
config.nixosModules.eris
|
||||
config.nixosModules.core
|
||||
config.nixosModules.mantle
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
templates = {
|
||||
haskell = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue