Compare commits
2 commits
9ebc657cca
...
a6e0f415c9
Author | SHA1 | Date | |
---|---|---|---|
a6e0f415c9 | |||
350bc61eb2 |
3 changed files with 17 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;
|
||||
}
|
|
@ -5,5 +5,6 @@
|
|||
./gaming/lutris
|
||||
./video/kdenlive
|
||||
./web/qutebrowser/default.nix
|
||||
./web/webcord
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue