aboutsummaryrefslogtreecommitdiff
path: root/hosts/lust
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/lust')
-rw-r--r--hosts/lust/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/hosts/lust/default.nix b/hosts/lust/default.nix
index e1931db..ba5c3dc 100644
--- a/hosts/lust/default.nix
+++ b/hosts/lust/default.nix
@@ -18,7 +18,11 @@
home-manager.users.rosa = {
imports = [ ../../modules/user ];
- desktop.windowManager = "swayfx";
+ desktop = {
+ accent = "pink";
+ windowManager = "sway";
+ };
+
home = {
packages = with pkgs; [ audacity ];
stateVersion = lib.mkForce "23.05"; # homedir been around for a while
@@ -42,6 +46,6 @@
};
networking.networkmanager.enable = true;
- programs.swayfx.enable = true;
+ programs.sway.enable = true;
system.stateVersion = "23.05";
}