Skip to content

Commit

Permalink
fix(nixos): remove unneeded opt
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 28, 2023
1 parent 0b40923 commit 4b069f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
home.username = "carlos";
home.stateVersion = "23.11";

home.enableNixpkgsReleaseCheck = false; # FIXME: remove this

# Let Home Manager install and manage itself.
programs.home-manager.enable = true;

Expand Down

0 comments on commit 4b069f9

Please sign in to comment.