summary refs log tree commit diff
path: root/host/Rory-desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-desktop/configuration.nix')
-rw-r--r--host/Rory-desktop/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix
index dae5f44..654b245 100644
--- a/host/Rory-desktop/configuration.nix
+++ b/host/Rory-desktop/configuration.nix
@@ -24,7 +24,7 @@ args@{
     ./optional/gui/x11.nix
     ./optional/gui/wayland.nix
 
-    #./printing.nix
+    ./printing.nix
     #./ollama.nix
   ];
 
@@ -121,6 +121,8 @@ args@{
   };
 
   environment.systemPackages = with pkgs; [
+    eog
+    mpv
     libreoffice
     qt6.qtwayland
 
@@ -273,6 +275,7 @@ args@{
   };
   networking.hosts."127.0.0.1" = builtins.attrNames config.services.nginx.virtualHosts;
   
+  services.gvfs.enable = true;
 
   system.stateVersion = "22.11"; # DO NOT EDIT!
 }