calcite: revert seperate home-manager
This commit is contained in:
parent
2f31395fb3
commit
6c04a968e8
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue