This commit is contained in:
blahai 2025-02-01 01:32:26 +02:00
parent ffae125fcf
commit d6c098bbbe
No known key found for this signature in database
23 changed files with 92 additions and 587 deletions

View file

@ -18,7 +18,7 @@
in {
imports = [inputs.easy-hosts.flakeModule];
config.easyHosts = {
config.easy-hosts = {
shared.specialArgs = {inherit lib;};
perClass = class: {
@ -27,7 +27,7 @@ in {
"${self}/modules/${class}/default.nix"
(optionals (class != "iso") [
# import the home module, which is users for configuring users via home-manager
# import the home module, which is users for configuring users via hjem
"${self}/home/default.nix"
# import the base module, this contains the common configurations between all systems

View file

@ -17,8 +17,5 @@
plymouth.enable = false;
};
};
programs = {
fish.enable = true;
};
};
}