summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-09-18 20:50:09 +0200
committerAlex Auvolat <alex@adnab.me>2023-09-18 20:50:09 +0200
commit8aa8e2f928e53b482b5819742c52d92dd0b45ec0 (patch)
tree7111f1a416bee0d0bdb7ecaff3dcb4ac5934a7e4 /nixos
parent3fdb163c64b968bbaeb407d73ec9a76208d50457 (diff)
downloaduser-config-8aa8e2f928e53b482b5819742c52d92dd0b45ec0.tar.gz
user-config-8aa8e2f928e53b482b5819742c52d92dd0b45ec0.zip
add pcmanfm desktop & try to add udisks/gvfs
Diffstat (limited to 'nixos')
-rw-r--r--nixos/icewm.nix1
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