Super simplify

This commit is contained in:
2026-02-27 00:51:33 +00:00
parent e847828109
commit 0bfdb5858c
16 changed files with 464 additions and 445 deletions

View File

@@ -1,21 +0,0 @@
{
inputs,
lib,
config,
pkgs,
pkgs-unstable,
...
}: {
imports = [
inputs.impermanence.nixosModules.home-manager.impermanence
./user
];
home = {
username = "chris";
homeDirectory = "/home/chris";
};
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "23.05";
}