This commit is contained in:
Miguel Palhas
2026-04-09 18:16:31 +01:00
parent 94e1d17ad7
commit d48267c8ad
5 changed files with 2 additions and 19 deletions
+1
View File
@@ -24,6 +24,7 @@
home.file.".claude/commands/merge.md".source = ./commands/merge.md;
home.file.".claude/commands/update.md".source = ./commands/update.md;
home.file.".claude/commands/work.md".source = ./commands/work.md;
home.file.".claude/commands/download-playlist.md".source = ./commands/download-playlist.md;
# Skills: agents
home.file.".claude/skills/designer-bold/SKILL.md".source = ./skills/designer-bold/SKILL.md;
+1 -1
View File
@@ -19,7 +19,7 @@
./claude
./opencode
./yazi
./termfilechooser.nix
./ssh.nix
];
@@ -162,9 +162,6 @@ in
"size 1920 1080, match:class mpv"
"move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5)), match:class mpv"
"float on, match:title termfilechooser"
"size 1200 800, match:title termfilechooser"
"move center, match:title termfilechooser"
# thunar
"float on, match:class thunar"
-14
View File
@@ -1,14 +0,0 @@
{ pkgs, ... }:
{
xdg.configFile."xdg-desktop-portal/hyprland-portals.conf".text = ''
[preferred]
default=hyprland;gtk
org.freedesktop.impl.portal.FileChooser=termfilechooser
'';
xdg.configFile."xdg-desktop-portal-termfilechooser/config".text = ''
[filechooser]
cmd=${pkgs.xdg-desktop-portal-termfilechooser}/share/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh
default_dir=$HOME
'';
}