fix: shortcut rofi not showing svg
This commit is contained in:
parent
21be3b127f
commit
69e41c6e05
1 changed files with 9 additions and 6 deletions
|
|
@ -7,7 +7,8 @@
|
|||
xcursor-size,
|
||||
nvidia-offload-enabled ? false,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
terminal = "ghostty";
|
||||
startScript = import ./hypr/exec.nix {
|
||||
inherit
|
||||
|
|
@ -30,7 +31,8 @@
|
|||
song_info=$(playerctl metadata --format '{{title}} {{artist}}')
|
||||
echo "$song_info"
|
||||
'';
|
||||
in {
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
hyprpaper
|
||||
hyprcursor
|
||||
|
|
@ -70,6 +72,7 @@ in {
|
|||
''XCURSOR_SIZE, ${xcursor-size}''
|
||||
''XDG_CURRENT_DESKTOP, Hyprland''
|
||||
''XDG_SESSION_DESKTOP, Hyprland''
|
||||
''GDK_PIXBUF_MODULE_FILE, ${pkgs.librsvg}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache'' # Make rofi load svg
|
||||
];
|
||||
}
|
||||
// window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue