feat(ymir): update flake path.

This commit is contained in:
CronyAkatsuki 2025-05-18 06:52:20 +02:00
parent 02f042dd7f
commit f9ac37dd98
2 changed files with 3 additions and 3 deletions

View file

@ -131,10 +131,10 @@ in {
server = "nixd"; server = "nixd";
options = { options = {
nixos = { nixos = {
expr = ''(builtins.getFlake "/home/crony/Repos/nixos").nixosConfigurations.CONFIGNAME.options''; expr = ''(builtins.getFlake "/home/crony/repos/nixos").nixosConfigurations.CONFIGNAME.options'';
}; };
home_manager = { home_manager = {
expr = ''(builtins.getFlake "/home/crony/Repos/nixos").homeConfigurations.CONFIGNAME.options''; expr = ''(builtins.getFlake "/home/crony/repos/nixos").homeConfigurations.CONFIGNAME.options'';
}; };
}; };
}; };

View file

@ -11,7 +11,7 @@
# Install nh # Install nh
programs.nh = { programs.nh = {
enable = true; enable = true;
flake = "/home/crony/Repos/nixos"; flake = "/home/crony/repos/nixos";
clean = { clean = {
enable = true; enable = true;
extraArgs = "--keep 5 --keep-since 3d"; extraArgs = "--keep 5 --keep-since 3d";