calcite: revert seperate home-manager

This commit is contained in:
xinyangli 2024-12-10 12:42:12 +08:00
parent 2f31395fb3
commit 6c04a968e8
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
2 changed files with 7 additions and 2 deletions

View file

@ -114,7 +114,7 @@
nur.nixosModules.nur
catppuccin.nixosModules.catppuccin
machines/calcite/configuration.nix
# (mkHome "xin" "calcite")
(mkHome "xin" "calcite")
];
hk-00 = [
./machines/dolomite/claw.nix

View file

@ -16,7 +16,7 @@ in
];
commonSettings = {
auth.enable = true;
# auth.enable = true;
nix = {
signing.enable = true;
};
@ -304,8 +304,13 @@ in
config.nur.repos.linyinfeng.wemeet
virt-manager
wineWowPackages.waylandFull
winetricks
];
services.esphome.enable = true;
users.groups.dialout.members = [ "xin" ];
system.stateVersion = "22.05";
system.switch.enable = false;