From 1f45305d8180a9e7c20720c9f550c98c64f3397f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 09:04:54 -0800 Subject: home-manager: add mod for i3 --- users/fcuny/i3.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'users/fcuny/i3.nix') 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; -- cgit v1.2.3