finally getting rid of old terminal structure

This commit is contained in:
Ingolf Wagner 2023-06-30 22:10:42 +02:00
parent 7eb8da31e0
commit 4136136d85
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
10 changed files with 131 additions and 103 deletions

View file

@ -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