diff options
author | Frankie B <git@diskfloppy.me> | 2024-02-07 01:40:31 +0000 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-02-07 01:42:25 +0000 |
commit | 1c68fd4369de1980b7f3c130edee8b0ef67f743c (patch) | |
tree | d931a7fd3c05b65c155754647f0516c32960b84a /hosts/nixpad/configuration.nix | |
parent | d666f30475528ce7f50cc3dd92a1693241083fe8 (diff) |
Multiple cfg updates
* Add hyprpaper config
* Remove old monitor configs
* Update waybar to use hyprland workspaces
* Format waybar
* Enable networkmanager
* Remove KDE Plasma
Diffstat (limited to 'hosts/nixpad/configuration.nix')
-rw-r--r-- | hosts/nixpad/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/nixpad/configuration.nix b/hosts/nixpad/configuration.nix index 68c8c3f..b2781ab 100644 --- a/hosts/nixpad/configuration.nix +++ b/hosts/nixpad/configuration.nix @@ -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; |