Refactor hosts folder

This commit is contained in:
2025-11-29 22:51:38 +01:00
parent 4e32e95eab
commit df731b0703
30 changed files with 214 additions and 1080 deletions

View File

@@ -5,12 +5,9 @@
}:
{
imports = [
# Mostly user-specific configuration
./variables.nix
../../modules/home-manager/common.nix
# Programs
../../modules/home-manager/shell
../../modules/home-manager/git.nix
./variables.nix
];
home = {
@@ -26,7 +23,6 @@
ghostty
];
# Don't touch this
stateVersion = "24.05";
};