diff --git a/hosts/common/graphical/default.nix b/hosts/common/graphical/default.nix index 5187a59..a587cbd 100644 --- a/hosts/common/graphical/default.nix +++ b/hosts/common/graphical/default.nix @@ -8,6 +8,7 @@ # Enable the X11 windowing system. hardware.opengl.driSupport32Bit = true; hardware.bluetooth.enable = true; + hardware.pulseaudio.enable = false; services.blueman.enable = true; networking.networkmanager.enable = true; programs.nm-applet.enable = true; @@ -61,17 +62,11 @@ SUBSYSTEM="usb", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="0003", MODE="0666" }; displayManager = { - gdm.enable = true; + sddm.enable = true; }; - windowManager.i3 = { - enable = true; - package = pkgs.i3-gaps; - extraPackages = with pkgs; [ - flameshot - i3lock - i3utils - ]; + desktopManager = { + plasma5.enable = true; }; }; }; diff --git a/users/daniel/host-specific/dingbox/default.nix b/users/daniel/host-specific/dingbox/default.nix index a03481a..8671979 100644 --- a/users/daniel/host-specific/dingbox/default.nix +++ b/users/daniel/host-specific/dingbox/default.nix @@ -11,5 +11,5 @@ }; programs.alacritty.settings.font.size = 13; - programs.kitty.font.size = 22; + programs.kitty.font.size = 14; }