switching back to fish and trying to use kde as portals
This commit is contained in:
parent
632bc15bb4
commit
6957439b20
|
@ -977,7 +977,7 @@ end
|
|||
padding.y = 10;
|
||||
dynamic_padding = true;
|
||||
};
|
||||
shell.program = "nu";
|
||||
shell.program = "fish";
|
||||
font = {
|
||||
normal = {
|
||||
family = "VictorMono Nerd Font";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue