Polish erase-home-darlings.clj
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.stateVersion = "18.09";
|
||||
home.packages = [ pkgs.hello ];
|
||||
home = { config, lib, pkgs, ... }: {
|
||||
sydnix.impermanence = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
stateVersion = "18.09";
|
||||
packages = [ pkgs.hello ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user