hyprland portal on allegro
This commit is contained in:
parent
d5e01122e3
commit
5add4bae94
3 changed files with 74 additions and 40 deletions
5
home.nix
5
home.nix
|
|
@ -139,7 +139,10 @@
|
|||
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
|
||||
WLR_NO_HARDWARE_CURSORS = "0";
|
||||
XCURSOR_SIZE = "24";
|
||||
} // (if variant == "allegro" then { TMPDIR = "/home/${username}/tmp"; } else {});
|
||||
} // (if variant == "allegro" then {
|
||||
TMPDIR = "/home/${username}/tmp";
|
||||
GSETTINGS_SCHEMA_DIR = "${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/gsettings-desktop-schemas-47.1/glib-2.0/schemas";
|
||||
} else {});
|
||||
|
||||
home.keyboard.options = [
|
||||
"caps:escape"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue