wip
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
'';
|
||||
}
|
||||
@@ -2,7 +2,6 @@
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
xdg-desktop-portal-termfilechooser
|
||||
];
|
||||
|
||||
programs.hyprland = {
|
||||
|
||||
Reference in New Issue
Block a user