Polish erase-home-darlings.clj

This commit is contained in:
Madeleine Sydney
2024-12-14 03:48:05 -07:00
parent 0350752a50
commit 684e78e936
6 changed files with 243 additions and 138 deletions
+10 -4
View File
@@ -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 ];
};
};
}