working hyprland

This commit is contained in:
Charlie Root 2024-05-05 14:01:33 +02:00
commit 67c4b00b5d
9 changed files with 514 additions and 20 deletions

View file

@ -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}";
};