Apply new configurations modules to Luci
This commit is contained in:
parent
9ebc657cca
commit
350bc61eb2
2 changed files with 16 additions and 0 deletions
12
hosts/luci/home-config.nix
Normal file
12
hosts/luci/home-config.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }: {
|
||||
config.modules = {
|
||||
video.kdenlive.enable = false;
|
||||
web.qutebrowser.enable = true;
|
||||
web.webcord.enable = true;
|
||||
gaming.lutris.enable = false;
|
||||
desktop.sway = {
|
||||
enable = true;
|
||||
kanshi = true;
|
||||
};
|
||||
};
|
||||
}
|
4
hosts/luci/nixos-config.nix
Normal file
4
hosts/luci/nixos-config.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }: {
|
||||
config.modules.gaming.steam.enable = false;
|
||||
config.modules.hardware.laptop.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue