refactoring and minor config added

This commit is contained in:
Semere Meharena Mebrahtom 2026-07-19 22:56:32 +02:00
parent e9bdc40a28
commit fa60f8c87e
Signed by: semere
GPG key ID: 7FC937214DF30488
11 changed files with 140 additions and 361 deletions

View file

@ -7,11 +7,6 @@
}:
{
programs.dwl.enable = true;
programs.dwl.package = pkgs.dwl.override {
configH = ../hosts/nabro/dwl-config.h;
};
services.pipewire = {
enable = true;
pulse.enable = true;
@ -54,7 +49,7 @@
style = "adwaita-dark";
};
# services.getty.autologinUser = "${userVars.username}";
services.getty.autologinUser = "${userVars.username}";
environment.systemPackages = with pkgs; [
pamixer
@ -63,10 +58,6 @@
fuzzel
libnotify
fnott
foot
tor-browser
# grim
# slurp
wlopm
];
@ -151,6 +142,5 @@
};
};
};
}