mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
koishi reinstall
This commit is contained in:
parent
5d5855de92
commit
e397317701
30 changed files with 1273 additions and 1120 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue