Move additional packages to home-manager config
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user