Home : Disable common packages.

This commit is contained in:
Dmitry Voronin 2024-09-07 20:28:29 +03:00
parent edbe386297
commit a91ad2c2ef
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -267,10 +267,7 @@
x86LinuxRoot = mkCommonHome "root" "/root" "x86_64-linux" [];
in nixpkgs.lib.foldl' (acc: h: acc // h) {} [
x86LinuxRoot
(x86LinuxHome "voronind" [
{ home.hm.package.core.enable = true; }
{ home.hm.package.common.enable = true; }
])
(x86LinuxHome "voronind" [])
];
# Android.