feat: Update nixos
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{...}: {
|
||||
{device, ...}: {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/Users/fs0c131y/.local/share/dotfiles";
|
||||
|
||||
flake = "/home/servius/Projects/dotfiles";
|
||||
# if device.isLinux
|
||||
# then "/home/servius/Projects/dotfiles"
|
||||
# else "/Users/fs0c131y/.local/share/dotfiles";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user