add alacritty to desktop1
nixos config pipeline / show-flake (push) Successful in 25s
nixos config pipeline / deploy (push) Successful in 40s

This commit is contained in:
smayzy
2025-10-11 14:46:41 +02:00
parent 2b7c1d4a64
commit f2f589884d
+1
View File
@@ -50,6 +50,7 @@ in
firejail.enable = true; firejail.enable = true;
wireshark.enable = true; wireshark.enable = true;
bitwarden.enable = true; bitwarden.enable = true;
alacritty.enable = true;
}; };
}; };
} }