cleanup
This commit is contained in:
parent
22cb22bc0f
commit
e4dcdaa275
2 changed files with 23 additions and 28 deletions
|
|
@ -27,25 +27,7 @@
|
|||
|
||||
# SERVICES
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
layout = "de";
|
||||
|
||||
displayManager = {
|
||||
defaultSession = "none+bspwm";
|
||||
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "moritz";
|
||||
};
|
||||
lightdm = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
libinput.enable = true;
|
||||
windowManager.bspwm.enable = true;
|
||||
};
|
||||
xserver.libinput.enable = true;
|
||||
printing.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
|
@ -63,10 +45,6 @@
|
|||
interfaces.wlp1s0.useDHCP = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
# Powersaving
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue