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
|
nur.nixosModules.nur
|
||||||
catppuccin.nixosModules.catppuccin
|
catppuccin.nixosModules.catppuccin
|
||||||
machines/calcite/configuration.nix
|
machines/calcite/configuration.nix
|
||||||
# (mkHome "xin" "calcite")
|
(mkHome "xin" "calcite")
|
||||||
];
|
];
|
||||||
hk-00 = [
|
hk-00 = [
|
||||||
./machines/dolomite/claw.nix
|
./machines/dolomite/claw.nix
|
||||||
|
|
|
@ -16,7 +16,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
commonSettings = {
|
commonSettings = {
|
||||||
auth.enable = true;
|
# auth.enable = true;
|
||||||
nix = {
|
nix = {
|
||||||
signing.enable = true;
|
signing.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -304,8 +304,13 @@ in
|
||||||
config.nur.repos.linyinfeng.wemeet
|
config.nur.repos.linyinfeng.wemeet
|
||||||
|
|
||||||
virt-manager
|
virt-manager
|
||||||
|
wineWowPackages.waylandFull
|
||||||
|
winetricks
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.esphome.enable = true;
|
||||||
|
users.groups.dialout.members = [ "xin" ];
|
||||||
|
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.05";
|
||||||
|
|
||||||
system.switch.enable = false;
|
system.switch.enable = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue