fix: minor stuff

This commit is contained in:
Xory 2025-11-02 21:21:27 +02:00
parent 88667dbbfe
commit ec21aae147
4 changed files with 22 additions and 4 deletions

View file

@ -91,11 +91,10 @@
# You can disable this if you're only using the Wayland session.
services.xserver.enable = true;
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true;
services.desktopManager.plasma6.enable = true;
services.displayManager.defaultSession = "hyprland";
# Enable Hyprland.
services.desktopManager.plasma6.enable = true;
programs.hyprland.enable = true;
# Configure keymap in X11

View file

@ -37,6 +37,8 @@
ntfs3g
hyprpaper
hyprsunset
grim
slurp
];
home.file = {
@ -84,6 +86,7 @@
wayland.windowManager.hyprland.enable = true;
programs.waybar.enable = true;
programs.wofi.enable = true;
services.dunst.enable = true; # cba to configure this yet
home.stateVersion = "25.05";
}