diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-09 09:04:54 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 09:04:54 -0800 |
commit | 1f45305d8180a9e7c20720c9f550c98c64f3397f (patch) | |
tree | 312e542f6274dc5c535669023c2cb059c1bf3982 | |
parent | home-manager: typo (diff) | |
download | world-1f45305d8180a9e7c20720c9f550c98c64f3397f.tar.gz |
home-manager: add mod for i3
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; |