diff --git a/hosts/nixvm/configuration.nix b/hosts/nixvm/configuration.nix index 0519d5a..0b652c4 100644 --- a/hosts/nixvm/configuration.nix +++ b/hosts/nixvm/configuration.nix @@ -60,7 +60,9 @@ }; # Enable CUPS to print documents. - services.printing.enable = true; + # services.printing.enable = true; + + programs.gnupg.agent.enable = true; # Enable sound with pipewire. services.pulseaudio.enable = false; diff --git a/hosts/nixvm/home.nix b/hosts/nixvm/home.nix index 179d0b3..04b2580 100644 --- a/hosts/nixvm/home.nix +++ b/hosts/nixvm/home.nix @@ -7,6 +7,7 @@ neovim fastfetch firefox + git ]; home.file = {