Skip to content

Commit

Permalink
feat(home-manager): state version to 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nanozuki committed Nov 8, 2023
1 parent ee3e51c commit ca6bb72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
};
in
{
homeConfigurations.pica = homeConfig ./hosts/pica.nix "x86_64-linux" {
homeConfigurations.pica = homeConfig ./hosts/pica.nix "x86_64-darwin" {
fontSize = 14;
fontFamily = "JetBrainsMonoNL Nerd Font";
};
Expand Down
2 changes: 1 addition & 1 deletion hosts/nest.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# You should not change this value, even if you update Home Manager. If you do
# want to update the value, then make sure to first check the Home Manager
# release notes.
home.stateVersion = "23.05"; # Please read the comment before changing.
home.stateVersion = "23.11"; # Please read the comment before changing.

# The home.packages option allows you to install Nix packages into your
# environment.
Expand Down
3 changes: 1 addition & 2 deletions hosts/pica.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
config = {
home.username = "crows";
home.homeDirectory = "/Users/crows";
home.stateVersion = "23.05"; # Please read the comment before changing.
# Let Home Manager install and manage itself.
home.stateVersion = "23.11";
programs.home-manager.enable = true;

home.packages =
Expand Down
2 changes: 1 addition & 1 deletion hosts/raven.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
home.username = "crows";
home.homeDirectory = "/Users/crows";

home.stateVersion = "23.05"; # Please read the comment before changing.
home.stateVersion = "23.11";

home.packages = [
pkgs.ffmpeg
Expand Down

0 comments on commit ca6bb72

Please sign in to comment.