From 77959d9fc9baafe8d05b4e03585e510f05b73c0f Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Sun, 28 Jul 2024 22:48:35 +0200 Subject: [PATCH] bug fixing --- hosts/chris-laptop/default.nix | 2 +- hosts/chris-server/.default.nix.kate-swp | Bin 0 -> 285 bytes hosts/chris-server/default.nix | 4 +++- hosts/mam-laptop/default.nix | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 hosts/chris-server/.default.nix.kate-swp 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 0000000000000000000000000000000000000000..d534e0cd516e916ea85d22d76357a4d12ecc524b GIT binary patch literal 285 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?Vnd2#JPu*n04dGCc4x3DH`77Kdo92M-z zz`!8Nz`&ruz`(%h?F#2Bg7}FDz7iT=8N@F}$g6<(o(R4wh>s+%2I4y+qN{aPS?K0;m_#Lq?WbwGS1{kkB&qHAyvlK=Ev0jSX>GXMYp literal 0 HcmV?d00001 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 = {