working hyprland
This commit is contained in:
parent
cce12a0d08
commit
67c4b00b5d
9 changed files with 514 additions and 20 deletions
|
@ -12,11 +12,11 @@ let
|
|||
terminal = "kitty.desktop";
|
||||
in {
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
config.common.default = "gtk";
|
||||
};
|
||||
# xdg.portal = {
|
||||
# enable = true;
|
||||
# extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
# config.common.default = "gtk";
|
||||
# };
|
||||
environment.sessionVariables = {
|
||||
TERMINAL = "${terminal}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue