diff --git a/src/system/machines/workstation/home.nix b/src/system/machines/workstation/home.nix index 4c63bb8..320dc0b 100644 --- a/src/system/machines/workstation/home.nix +++ b/src/system/machines/workstation/home.nix @@ -31,8 +31,11 @@ user = { bash.enable = true; git.enable = true; - gpg.enable = true; - security.enable = false; + + security= { + gpg.enable = true; + }; + gui = { sway.enable = true; alacritty.enable = true;