switching back to fish and trying to use kde as portals

This commit is contained in:
Chris Cochrun 2024-02-23 11:05:17 -06:00
parent 632bc15bb4
commit 6957439b20
2 changed files with 2 additions and 2 deletions

View file

@ -977,7 +977,7 @@ end
padding.y = 10;
dynamic_padding = true;
};
shell.program = "nu";
shell.program = "fish";
font = {
normal = {
family = "VictorMono Nerd Font";

View file

@ -133,7 +133,7 @@ with lib;
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-gtk ];
extraPortals = [ pkgs.xdg-desktop-portal-kde ];
};
programs.hyprland = {