about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 19:29:47 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 19:29:47 -0800
commite7baf0411d242c7aaa11cb2ee2d66ddc5d1242ec (patch)
treedf24ff358be07c9e65ed1a4197937c67ffddbe2b /users
parenti3: separate configuration for xserver and i3 (diff)
downloadworld-e7baf0411d242c7aaa11cb2ee2d66ddc5d1242ec.tar.gz
i3: remove extra packages and fix typo
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/i3.nix b/users/fcuny/i3.nix
index 74fefb2..b09a439 100644
--- a/users/fcuny/i3.nix
+++ b/users/fcuny/i3.nix
@@ -5,7 +5,7 @@
 
   xsession.windowManager.i3 = {
     enable = true;
-  }
+  };
 
   programs.rofi = {
     enable = true;