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 | |
| parent | i3: separate configuration for xserver and i3 (diff) | |
| download | infra-e7baf0411d242c7aaa11cb2ee2d66ddc5d1242ec.tar.gz | |
i3: remove extra packages and fix typo
Diffstat (limited to '')
| -rw-r--r-- | modules/desktop/xserver.nix | 6 | ||||
| -rw-r--r-- | users/fcuny/i3.nix | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/modules/desktop/xserver.nix b/modules/desktop/xserver.nix index ba19c1a..894b39b 100644 --- a/modules/desktop/xserver.nix +++ b/modules/desktop/xserver.nix @@ -18,12 +18,6 @@ windowManager = { i3.enable = true; - extraPackages = with pkgs; [ - rofi - i3status - i3lock - alacritty - ]; }; }; 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; |
