get lf dotfiles workin
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user