diff --git a/home/i3.nix b/home/i3.nix index fff3574..92db656 100644 --- a/home/i3.nix +++ b/home/i3.nix @@ -28,7 +28,12 @@ let mode_system = "System: L :  | S :  | P :  | R :  | E : "; in { home.packages = with pkgs; [ + # i3lock + dmenu + i3blocks i3lock-fancy-rapid + i3status + rofi ]; xsession = { enable = true; diff --git a/machines/common.nix b/machines/common.nix index 876582e..3963dcb 100644 --- a/machines/common.nix +++ b/machines/common.nix @@ -104,13 +104,6 @@ inputs: windowManager.i3 = { enable = true; - extraPackages = with pkgs; [ - dmenu - rofi - i3status - # i3lock - i3blocks - ]; }; }; };