diff --git a/hosts/luci/home-config.nix b/hosts/luci/home-config.nix new file mode 100644 index 0000000..e94de85 --- /dev/null +++ b/hosts/luci/home-config.nix @@ -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; + }; + }; +} diff --git a/hosts/luci/nixos-config.nix b/hosts/luci/nixos-config.nix new file mode 100644 index 0000000..909c4f9 --- /dev/null +++ b/hosts/luci/nixos-config.nix @@ -0,0 +1,4 @@ +{ ... }: { + config.modules.gaming.steam.enable = false; + config.modules.hardware.laptop.enable = true; +}