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:
parent
587379ceea
commit
a1a62a54c1
7 changed files with 148 additions and 343 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue