Regenerated
This commit is contained in:
@@ -16,12 +16,14 @@ in
|
||||
#################################
|
||||
# Core system config
|
||||
#################################
|
||||
networking.hostName = hostname; # <-- set hostname here
|
||||
|
||||
networking.hostName = hostname;
|
||||
system.stateVersion = "26.05";
|
||||
|
||||
#################################
|
||||
# Imports
|
||||
#################################
|
||||
|
||||
imports =
|
||||
[ ../../../generated/users/henrov.nix
|
||||
./boot.nix
|
||||
@@ -33,18 +35,15 @@ in
|
||||
#################################
|
||||
# Home Manager integration
|
||||
#################################
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
# Each module sets its own home-manager.users; no manual merging needed
|
||||
# NixOS module system will merge them automatically
|
||||
# Install dconf for the system/user
|
||||
environment.systemPackages = [
|
||||
pkgs.dconf
|
||||
];
|
||||
|
||||
#################################
|
||||
# System packages & programs
|
||||
#################################
|
||||
environment.systemPackages = [
|
||||
pkgs.dconf
|
||||
];
|
||||
|
||||
programs.dconf.enable = true;
|
||||
# Ensure Home Manager writes dconf safely
|
||||
programs.dconf.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user