diff options
Diffstat (limited to 'modules/graphical.nix')
| -rw-r--r-- | modules/graphical.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/graphical.nix b/modules/graphical.nix index 729cb1d..9c86493 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -80,8 +80,8 @@ zeroconf.discovery.enable = true; extraClientConf = '' autospawn=yes - ''; - }; + ''; + }; services.pipewire = { enable = true; @@ -133,5 +133,11 @@ programs.bash.vteIntegration = true; services.upower.enable = true; + services.udisks2.enable = true; + environment.shellAliases = { + mnt = "udisksctl mount -b"; + umnt = "udisksctl unmount -b"; + }; + qt5.platformTheme = "gnome"; } |
