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
programs.dconf.enable = true;
# enable dwm
services.displayManager.defaultSession = "none+dwm";
services.xserver = {
enable = true;
windowManager = {
dwm.enable = true;
};
displayManager = {
defaultSession = "none+dwm";
lightdm = {
enable = true;
background = ../../../config/background.png;
@ -51,7 +52,9 @@ in {
# };
};
};
libinput = {
};
services.libinput = {
mouse = {
accelProfile = "flat";
};
@ -60,7 +63,6 @@ in {
accelProfile = "flat";
};
};
};
users.users.sako.packages = with pkgs; [
rofi
# network