Move additional packages to home-manager config

This commit is contained in:
2024-08-05 13:32:55 +02:00
parent 1494b50fba
commit 5ac5cc1509
2 changed files with 5 additions and 7 deletions

View File

@ -104,13 +104,6 @@ inputs:
windowManager.i3 = {
enable = true;
extraPackages = with pkgs; [
dmenu
rofi
i3status
# i3lock
i3blocks
];
};
};
};