remove dmenumon and do formatting

This commit is contained in:
Sakooooo 2024-07-17 15:29:47 +04:00
parent d5f8b21acc
commit 2b2c65b106
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 1613 additions and 1727 deletions

File diff suppressed because it is too large Load diff

View file

@ -17,13 +17,14 @@ in {
# this needs to be enabled for gtk apps # this needs to be enabled for gtk apps
programs.dconf.enable = true; programs.dconf.enable = true;
# enable dwm # enable dwm
services.displayManager.defaultSession = "none+dwm";
services.xserver = { services.xserver = {
enable = true; enable = true;
windowManager = { windowManager = {
dwm.enable = true; dwm.enable = true;
}; };
displayManager = { displayManager = {
defaultSession = "none+dwm";
lightdm = { lightdm = {
enable = true; enable = true;
background = ../../../config/background.png; background = ../../../config/background.png;
@ -51,14 +52,15 @@ in {
# }; # };
}; };
}; };
libinput = { };
mouse = {
accelProfile = "flat";
};
touchpad = { services.libinput = {
accelProfile = "flat"; mouse = {
}; accelProfile = "flat";
};
touchpad = {
accelProfile = "flat";
}; };
}; };
users.users.sako.packages = with pkgs; [ users.users.sako.packages = with pkgs; [