finally getting rid of old terminal structure
This commit is contained in:
parent
7eb8da31e0
commit
4136136d85
10 changed files with 131 additions and 103 deletions
|
@ -225,7 +225,15 @@
|
|||
];
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.root = {
|
||||
home.stateVersion = "22.11";
|
||||
imports = [
|
||||
home-manager-utils.hmModule
|
||||
#stylix.homeManagerModules.stylix
|
||||
];
|
||||
};
|
||||
home-manager.users.mainUser = {
|
||||
home.stateVersion = "22.11";
|
||||
imports = [
|
||||
doom-emacs-nix.hmModule
|
||||
home-manager-utils.hmModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue