Include Hyprspace as a potential plugin
This commit is contained in:
parent
a138b332a3
commit
eb1cb1f297
6 changed files with 36 additions and 53 deletions
|
|
@ -41,7 +41,7 @@ in
|
|||
''resume="PARTLABEL=SWAP"''
|
||||
''quiet''
|
||||
''udev.log_level=3''
|
||||
] ++ config.conf.boot_params;
|
||||
] ++ config.conf.bootParams;
|
||||
};
|
||||
|
||||
# Enable networking
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
GOPATH = "$HOME/.go";
|
||||
FLAKE = config.conf.nix_path;
|
||||
FLAKE = config.conf.nixosConfigPath;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue