Move useless partials as modules
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user