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;
|
||||
backupFileExtension = "hm-backup";
|
||||
# sharedModules = [agenix.homeManagerModules.default];
|
||||
extraSpecialArgs = {inherit (config);};
|
||||
users.synchronous.imports = [
|
||||
({
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
import ../../home/home.nix {
|
||||
inherit config pkgs lib;
|
||||
})
|
||||
];
|
||||
# extraSpecialArgs = {inherit (config);};
|
||||
# users.synchronous.imports = [
|
||||
# ({
|
||||
# config,
|
||||
# lib,
|
||||
# ...
|
||||
# }:
|
||||
# import ../../home/home.nix {
|
||||
# inherit config pkgs lib;
|
||||
# })
|
||||
# ];
|
||||
users.synchronous.imports = [../../home/home.nix];
|
||||
};
|
||||
|
||||
res = "1366x768";
|
||||
|
||||
Reference in New Issue
Block a user