diff --git a/home/configurations/bruce_at_chestnut.nix b/home/configurations/bruce_at_chestnut.nix index 9f2d257..2c94fee 100644 --- a/home/configurations/bruce_at_chestnut.nix +++ b/home/configurations/bruce_at_chestnut.nix @@ -17,6 +17,8 @@ config = { # display.enable = true; + programs.home-manager.enable = true; + modules.eww.enable = true; home.packages = builtins.attrValues { diff --git a/home/modules/home.nix b/home/modules/home.nix index 9392b8a..0e8baf5 100644 --- a/home/modules/home.nix +++ b/home/modules/home.nix @@ -38,6 +38,6 @@ }; }; - stateVersion = "24.05"; + stateVersion = "24.11"; }; } diff --git a/nixos/configurations/chestnut.nix b/nixos/configurations/chestnut.nix index 1de92ba..c38a561 100644 --- a/nixos/configurations/chestnut.nix +++ b/nixos/configurations/chestnut.nix @@ -30,7 +30,7 @@ _: { # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you # should. - system.stateVersion = "24.05"; # Did you read the comment? + system.stateVersion = "24.11"; # Did you read the comment? time.timeZone = lib.mkDefault "Australia/Melbourne";