mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
refactoring and minor config added
This commit is contained in:
parent
e9bdc40a28
commit
fa60f8c87e
11 changed files with 140 additions and 361 deletions
|
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue