added fsel

This commit is contained in:
kenji
2025-12-25 11:26:02 -06:00
parent b241a5c5f4
commit 0ac2ceba5c
5 changed files with 173 additions and 26 deletions
+9
View File
@@ -0,0 +1,9 @@
{
pkgs,
inputs,
...
}: {
home.packages = [
inputs.fsel.packages.${pkgs.system}.default
];
}
+1 -1
View File
@@ -18,7 +18,7 @@
# apps
"SUPER, W, Open Browser, exec, uwsm app -- firefox" # FIXME: must be xdg-open
"SUPER, SPACE, App Launcher, exec, uwsm app -- walker"
"SUPER, SPACE, App Launcher, exec, uwsm app -- fsel"
# [Workspaces] Toggle between most recent workspaces
"SUPER, Tab, Cycle workspaces, workspace, previous"