clean wt rm etc

This commit is contained in:
Harivansh Rathi 2026-03-30 22:59:49 -04:00
parent 4b436bdbfa
commit 23f876dc7c
12 changed files with 16 additions and 202 deletions

View file

@ -1,7 +1,4 @@
{ config, ... }:
let
theme = import ../lib/theme.nix { inherit config; };
in
{ theme, ... }:
{
home.sessionVariables = {
FZF_DEFAULT_OPTS_FILE = theme.paths.fzfCurrentFile;