diff --git a/hosts/chris-laptop/default.nix b/hosts/chris-laptop/default.nix index 8daf33f..2735f4d 100644 --- a/hosts/chris-laptop/default.nix +++ b/hosts/chris-laptop/default.nix @@ -13,7 +13,7 @@ terminal = { default = "alacritty"; - allacrity.enable = true; + alacritty.enable = true; }; editors = { diff --git a/hosts/chris-server/.default.nix.kate-swp b/hosts/chris-server/.default.nix.kate-swp new file mode 100644 index 0000000..d534e0c Binary files /dev/null and b/hosts/chris-server/.default.nix.kate-swp differ diff --git a/hosts/chris-server/default.nix b/hosts/chris-server/default.nix index 975ad8c..e8d6c05 100644 --- a/hosts/chris-server/default.nix +++ b/hosts/chris-server/default.nix @@ -13,11 +13,13 @@ }; desktop = { + type = "wayland"; + plasma.enable = true; terminal = { default = "alacritty"; - allacrity.enable = true; + alacritty.enable = true; }; editors = { diff --git a/hosts/mam-laptop/default.nix b/hosts/mam-laptop/default.nix index d2aa85c..2301843 100644 --- a/hosts/mam-laptop/default.nix +++ b/hosts/mam-laptop/default.nix @@ -13,7 +13,7 @@ terminal = { default = "alacritty"; - allacrity.enable = true; + alacritty.enable = true; }; editors = {