diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/i3.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/fcuny/i3.nix b/users/fcuny/i3.nix index e6a7659..6cd1c75 100644 --- a/users/fcuny/i3.nix +++ b/users/fcuny/i3.nix @@ -1,5 +1,7 @@ { config, pkgs, lib, ... }: - +let + mod = "Mod4"; +in { xsession.enable = true; |