get lf dotfiles workin

This commit is contained in:
2025-10-05 10:01:42 -05:00
parent dc1b79e4dc
commit 11223b1732
2 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
ssh.enable = true; ssh.enable = true;
docker.enable = true; docker.enable = true;
syncthing.enable = true; syncthing.enable = true;
tailscale.enable = false; tailscale.enable = true;
nvidia.enable = false; nvidia.enable = false;
}; };
homelab = { homelab = {

View File

@@ -6,6 +6,7 @@
home.homeDirectory = "/home/blake"; home.homeDirectory = "/home/blake";
home.packages = with pkgs; [ home.packages = with pkgs; [
git git
lf
ripgrep ripgrep
btop btop
p7zip p7zip
@@ -37,13 +38,13 @@
# setup lf # setup lf
programs.lf = { programs.lf = {
enable = true; enable = false;
}; };
# link dotfiles # link dotfiles
# xdg.configFile."lf" = { xdg.configFile."lf" = {
# source = config.lib.file.mkOutOfStoreSymlink "/home/blake/.nix/users/blake/dotfiles/lf"; source = config.lib.file.mkOutOfStoreSymlink "/home/blake/.nix/users/blake/dotfiles/lf";
# recursive = true; recursive = true;
# }; };
xdg.configFile."ctpv" = { xdg.configFile."ctpv" = {
source = config.lib.file.mkOutOfStoreSymlink "/home/blake/.nix/users/blake/dotfiles/ctpv"; source = config.lib.file.mkOutOfStoreSymlink "/home/blake/.nix/users/blake/dotfiles/ctpv";
recursive = true; recursive = true;