Include Hyprspace as a potential plugin

This commit is contained in:
DashieTM 2024-11-09 23:59:21 +01:00
parent a138b332a3
commit eb1cb1f297
6 changed files with 36 additions and 53 deletions

View file

@ -41,7 +41,7 @@ in
''resume="PARTLABEL=SWAP"''
''quiet''
''udev.log_level=3''
] ++ config.conf.boot_params;
] ++ config.conf.bootParams;
};
# Enable networking

View file

@ -12,7 +12,7 @@
sessionVariables = {
NIXOS_OZONE_WL = "1";
GOPATH = "$HOME/.go";
FLAKE = config.conf.nix_path;
FLAKE = config.conf.nixosConfigPath;
};
};
}