mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 14:53:01 -04:00
stuffies
This commit is contained in:
parent
ffae125fcf
commit
d6c098bbbe
23 changed files with 92 additions and 587 deletions
|
@ -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
|
||||
|
|
|
@ -17,8 +17,5 @@
|
|||
plymouth.enable = false;
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue