Skip to content

Commit

Permalink
(eos) add go to the machine
Browse files Browse the repository at this point in the history
  • Loading branch information
fbegyn committed Feb 12, 2024
1 parent 1771e76 commit cc4e85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/eos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,9 @@ in {
};

home-manager.users.francis.home.stateVersion = "23.05";
# home-manager.users.francis = {
# imports = [ ../../users/francis/hm/configurations/emacs ];
# };
home-manager.users.francis = {
imports = [ ../../users/francis/hm/go.nix ];
};

# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
Expand Down

0 comments on commit cc4e85a

Please sign in to comment.