Move useless partials as modules

This commit is contained in:
2026-07-08 00:53:17 +02:00
parent 4e922387bf
commit e091288eb7
10 changed files with 217 additions and 198 deletions
+3 -4
View File
@@ -4,7 +4,6 @@
imports = [
(import-tree ../../../../modules/home/common)
(import-tree ../../../../modules/home/nixos)
(import-tree ../partials)
];
home = {
@@ -20,12 +19,12 @@
home.shell.git.enable = true;
home.shell.neovim.enable = true;
# Terminal app
home.ghostty.enable = true;
# Code editor
home.env.nix.enable = true;
# Terminal app
home.ghostty.enable = true;
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "25.11";