mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
mweep
This commit is contained in:
parent
0262081094
commit
0b68116260
18 changed files with 166 additions and 35 deletions
|
|
@ -2,4 +2,5 @@ _: {
|
|||
programs.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
services.clipboard-sync.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-hyprland
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue