From f422ad701ce41373e7a293160faf5a19eeea19fa Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 11 Jun 2022 23:28:31 +0200 Subject: nixpkgs-fmt --- modules/graphical.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'modules/graphical.nix') 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"; } -- cgit v1.3.1