Skip to content

Commit

Permalink
Add KDE and SDDM to hakase
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Dec 12, 2024
1 parent abd05c1 commit 283f5c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions systems/x86_64-linux/hakase/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
};
};

services = {
xserver.enable = true;
displayManager.sddm.enable = true;
displayManager.sddm.wayland.enable = true;
desktopManager.plasma6.enable = true;
};

nichijou = {
system = {
filesys = {
Expand Down

0 comments on commit 283f5c0

Please sign in to comment.