fix: minor stuff
This commit is contained in:
parent
88667dbbfe
commit
ec21aae147
4 changed files with 22 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue