Add aspi system, use sops

This commit is contained in:
2024-06-12 19:29:50 +02:00
parent 061f196afc
commit ff40093b83
9 changed files with 373 additions and 43 deletions

View File

@ -23,9 +23,6 @@
home.username = "julian";
home.homeDirectory = "/home/julian";
# DO NOT CHANGE!!!
home.stateVersion = "23.11";
modules = {
non-nixos.is-nixos = false;
shell = {
@ -77,4 +74,8 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# ======================== DO NOT CHANGE THIS ========================
home.stateVersion = "23.11";
# ======================== DO NOT CHANGE THIS ========================
}