diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/icewm.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/icewm.nix b/nixos/icewm.nix index 7caf667..bc05578 100644 --- a/nixos/icewm.nix +++ b/nixos/icewm.nix @@ -4,6 +4,7 @@ services.xserver.displayManager.sx.enable = true; services.udisks2.enable = true; + services.gvfs.enable = true; environment.systemPackages = with pkgs; [ i3lock |