Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jan 3, 2024
1 parent f6bb431 commit d508ec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ in {
};

imports = [
# ./modules/arkenfox.nix # TODO figure out how to load the arkenfox flake module
# TODO figure out how to load the arkenfox flake module conditionally, since nixpkgs Firefox is broken on macOS
# ./modules/arkenfox.nix
./modules/nvim.nix
./modules/fish.nix
./modules/fzf.nix
Expand All @@ -88,6 +89,7 @@ in {
./modules/librewolf.nix
./modules/gnome/default.nix
];

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

0 comments on commit d508ec1

Please sign in to comment.