Multiple cfg updates
* Add hyprpaper config * Remove old monitor configs * Update waybar to use hyprland workspaces * Format waybar * Enable networkmanager * Remove KDE Plasma
This commit is contained in:
parent
d666f30475
commit
1c68fd4369
6 changed files with 43 additions and 18 deletions
|
|
@ -15,7 +15,6 @@
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
xkb.layout = "us";
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
|
@ -102,6 +101,7 @@
|
|||
];
|
||||
|
||||
networking.hostName = "nixpad";
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Reference in a new issue