more fixes sorry
This commit is contained in:
parent
b5c2a7c59f
commit
55254f61da
1 changed files with 3 additions and 3 deletions
6
home.nix
6
home.nix
|
@ -21,7 +21,7 @@
|
||||||
".config/redis/redis.conf" = {
|
".config/redis/redis.conf" = {
|
||||||
source = ./redis/redis.conf;
|
source = ./redis/redis.conf;
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
|
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
@ -57,9 +57,9 @@
|
||||||
WantedBy = [ "default.target" ];
|
WantedBy = [ "default.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
};
|
||||||
|
|
||||||
}
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue