From 5493fe0db118b0fd934073eb63d2d2e3e1fc99df Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 1 May 2023 19:52:29 -0700 Subject: profiles/workstation: moved more things around --- profiles/workstation.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'profiles') diff --git a/profiles/workstation.nix b/profiles/workstation.nix index 484d110..e860389 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -3,4 +3,22 @@ virtualisation.docker.enable = false; virtualisation.podman.enable = true; virtualisation.podman.dockerCompat = true; + + services.dbus.enable = true; + services.dbus.packages = with pkgs; [ gcr dconf gnome.sushi ]; + services.udev.packages = with pkgs; [ gnome3.gnome-settings-daemon ]; + + services.gvfs.enable = true; + + programs.dconf.enable = true; + + services.avahi.enable = true; + services.avahi.nssmdns = true; + services.avahi.openFirewall = true; + + # for the yubikeys + services.pcscd.enable = true; + + # Install tools related to the scanner (scanimage etc) + hardware.sane.enable = true; } -- cgit 1.4.1