Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Sep 2, 2024
1 parent ec5f173 commit a000617
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions home/configurations/bruce_at_chestnut.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
config = {
# display.enable = true;

programs.home-manager.enable = true;

modules.eww.enable = true;

home.packages = builtins.attrValues {
Expand Down
2 changes: 1 addition & 1 deletion home/modules/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
};
};

stateVersion = "24.05";
stateVersion = "24.11";
};
}
2 changes: 1 addition & 1 deletion nixos/configurations/chestnut.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit a000617

Please sign in to comment.