summaryrefslogtreecommitdiff
path: root/hm/env/fsel.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-04 15:19:42 +0200
committeradikro <adikro@disroot.org>2026-04-04 15:19:42 +0200
commit156b4f2c45321bd6cbb63097105c31baa955bfc6 (patch)
treecc639e5a8f3e2859db46f41c28747bb162f7a4ba /hm/env/fsel.nix
parent4ff17027412da68da76a988f3d4d6d633e2ebb91 (diff)
moving away from home manager
Diffstat (limited to 'hm/env/fsel.nix')
-rw-r--r--hm/env/fsel.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hm/env/fsel.nix b/hm/env/fsel.nix
index 636cb3c..faa7f24 100644
--- a/hm/env/fsel.nix
+++ b/hm/env/fsel.nix
@@ -12,7 +12,5 @@ in
options.hm.env.fsel.enable = lib.mkEnableOption "enables fsel";
config = lib.mkIf cfg.enable {
home.packages = [ inputs.fsel.packages.${pkgs.stdenv.hostPlatform.system}.default ];
- xdg.configFile."fsel/config.toml".source =
- config.lib.file.mkOutOfStoreSymlink "../dotfiles/fsel/config.toml";
};
}