mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: hyprland is back
This commit is contained in:
parent
673315ac65
commit
e7e33f90b1
52 changed files with 1695 additions and 1695 deletions
|
|
@ -6,8 +6,8 @@
|
|||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
portalPackage = inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland;
|
||||
#package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
#portalPackage = inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
# auto launch hyprland on tty1
|
||||
|
|
@ -16,8 +16,11 @@
|
|||
exec uwsm start hyprland-uwsm.desktop
|
||||
fi
|
||||
'';
|
||||
|
||||
services.clipboard-sync.enable = true;
|
||||
|
||||
services = {
|
||||
noctalia-shell.enable = true;
|
||||
clipboard-sync.enable = true;
|
||||
};
|
||||
/*
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue