Polish erase-home-darlings.clj

This commit is contained in:
Madeleine Sydney
2024-12-12 13:59:43 -07:00
parent 0350752a50
commit 684e78e936
6 changed files with 243 additions and 138 deletions

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 ];
};
};
}