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:
Frankie B 2024-02-07 01:40:31 +00:00 committed by Frankie B.
commit 1c68fd4369
6 changed files with 43 additions and 18 deletions

View file

@ -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;