diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-08 19:29:47 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 19:29:47 -0800 |
| commit | e7baf0411d242c7aaa11cb2ee2d66ddc5d1242ec (patch) | |
| tree | df24ff358be07c9e65ed1a4197937c67ffddbe2b /users/fcuny/i3.nix | |
| parent | i3: separate configuration for xserver and i3 (diff) | |
| download | infra-e7baf0411d242c7aaa11cb2ee2d66ddc5d1242ec.tar.gz | |
i3: remove extra packages and fix typo
Diffstat (limited to 'users/fcuny/i3.nix')
| -rw-r--r-- | users/fcuny/i3.nix | 2 |
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; |
