about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 09:04:54 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 09:04:54 -0800
commit1f45305d8180a9e7c20720c9f550c98c64f3397f (patch)
tree312e542f6274dc5c535669023c2cb059c1bf3982 /users
parenthome-manager: typo (diff)
downloadworld-1f45305d8180a9e7c20720c9f550c98c64f3397f.tar.gz
home-manager: add mod for i3
Diffstat (limited to '')
-rw-r--r--users/fcuny/i3.nix4
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;