mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: tuning up
This commit is contained in:
parent
e7cac64fb7
commit
2c2c38225a
12 changed files with 85 additions and 40 deletions
|
@ -10,4 +10,13 @@
|
|||
"thunar"
|
||||
"wayland"
|
||||
];
|
||||
environment = {
|
||||
variables = {
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
WLR_DRM_NO_ATOMIC = "1";
|
||||
FLAMESHOT_ENABLE_WAYLAND = "1";
|
||||
USE_WAYLAND_GRIM = "1";
|
||||
USE_WAYLAND_CLIPBOARD = "1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
xdg = {
|
||||
portal = {
|
||||
enable = true;
|
||||
|
||||
extraPortals = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
xdg-desktop-portal-hyprland
|
||||
|
@ -14,7 +13,6 @@
|
|||
xdg-desktop-portal-gtk
|
||||
;
|
||||
};
|
||||
|
||||
wlr.enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue