koishi reinstall

This commit is contained in:
Kat Inskip 2025-06-27 14:24:02 -07:00
parent 5d5855de92
commit e397317701
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
30 changed files with 1273 additions and 1120 deletions

View file

@ -1,6 +1,11 @@
_: {
{ pkgs, ... }: {
programs.hyprland = {
enable = true;
};
services.clipboard-sync.enable = true;
services.displayManager.sddm = {
enable = true;
package = pkgs.kdePackages.sddm;
wayland.enable = true;
};
}