60 current 2025-04-30 20:54:46 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -34,17 +34,18 @@ in {
|
|||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
backupFileExtension = "hm-backup";
|
backupFileExtension = "hm-backup";
|
||||||
# sharedModules = [agenix.homeManagerModules.default];
|
# sharedModules = [agenix.homeManagerModules.default];
|
||||||
extraSpecialArgs = {inherit (config);};
|
# extraSpecialArgs = {inherit (config);};
|
||||||
users.synchronous.imports = [
|
# users.synchronous.imports = [
|
||||||
({
|
# ({
|
||||||
config,
|
# config,
|
||||||
lib,
|
# lib,
|
||||||
...
|
# ...
|
||||||
}:
|
# }:
|
||||||
import ../../home/home.nix {
|
# import ../../home/home.nix {
|
||||||
inherit config pkgs lib;
|
# inherit config pkgs lib;
|
||||||
})
|
# })
|
||||||
];
|
# ];
|
||||||
|
users.synchronous.imports = [../../home/home.nix];
|
||||||
};
|
};
|
||||||
|
|
||||||
res = "1366x768";
|
res = "1366x768";
|
||||||
|
|||||||
Reference in New Issue
Block a user