diff --git a/configuration/desktop.nix b/configuration/desktop.nix index 38b139b..e9e8471 100755 --- a/configuration/desktop.nix +++ b/configuration/desktop.nix @@ -55,6 +55,9 @@ ]; }; + # Encrypt user's home with fscrypt + security.pam.enableFscrypt = true; + # Enable the GNOME Desktop Environment. services.xserver = { enable = true;