updating to make hyprland use eww now that eww can use a systray

Also including tokei and scc to count code in my projects
This commit is contained in:
Chris Cochrun 2024-04-10 06:29:02 -05:00
parent 587379ceea
commit a1a62a54c1
7 changed files with 148 additions and 343 deletions

View file

@ -44,6 +44,13 @@ in
default = [
pkgs.xdg-desktop-portal-kde
];
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
};
hyprland = {
default = [
"hyprland"
];
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
};
};
extraPortals = [ pkgs.xdg-desktop-portal-kde ];