Skip to content

Commit

Permalink
home: individualise stateVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Mar 1, 2024
1 parent 9376416 commit beb366f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
./x
];

home.stateVersion = "21.05";

home.username = "alarsyo";

home.sessionVariables = let
Expand Down
3 changes: 3 additions & 0 deletions hosts/boreal/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
...
}: {
home-manager.users.alarsyo = {
# TODO: can probably upgrade me
home.stateVersion = "21.05";

# Keyboard settings & i3 settings
my.home.x.enable = true;
my.home.x.i3bar.temperature.chip = "k10temp-pci-*";
Expand Down
3 changes: 3 additions & 0 deletions hosts/hades/home.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{config, ...}: {
home-manager.users.alarsyo = {
# TODO: can probably upgrade me
home.stateVersion = "21.05";

my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}
3 changes: 3 additions & 0 deletions hosts/hephaestus/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
...
}: {
home-manager.users.alarsyo = {
# TODO: can probably upgrade me
home.stateVersion = "21.05";

my.home.laptop.enable = true;

# Keyboard settings & i3 settings
Expand Down
2 changes: 2 additions & 0 deletions hosts/talos/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
...
}: {
home-manager.users.alarsyo = {
home.stateVersion = "24.05";

my.home.laptop.enable = true;

# Keyboard settings & i3 settings
Expand Down
3 changes: 3 additions & 0 deletions hosts/thanatos/home.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{config, ...}: {
home-manager.users.alarsyo = {
# TODO: can probably upgrade me
home.stateVersion = "21.05";

my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}

0 comments on commit beb366f

Please sign in to comment.