add more default packages

This commit is contained in:
kp2pml30 2025-03-28 18:17:05 +04:00
parent 1d0f0288a8
commit 5057d037cb
Signed by: kp2pml30
GPG key ID: CD6528BAC23E3E34
6 changed files with 29 additions and 2 deletions

View file

@ -39,6 +39,12 @@ in lib.mkIf cfg.xserver {
programs.dconf.enable = true;
users.users.${cfg.username} = {
packages = with pkgs; [
rofimoji
];
};
home-manager.users.${cfg.username} = {
programs.rofi = {
enable = true;