Skip to content

Commit

Permalink
Configure nixvim for minimal user
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Sep 17, 2024
1 parent f3ca9b3 commit d360937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,11 @@
inherit pkgs;
modules = [
./minimal/home.nix
({...}: {
home.packages = [
self.packages.${system}.nixvim
];
})
];
# stop infinite recusion when trying to access
# pkgs.stdenv.is{Linux,Darwin} from within a module
Expand Down
1 change: 0 additions & 1 deletion minimal/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ in {
../home/fzf.nix
../home/gh.nix
../home/jq.nix
../home/nixvim
# ../home/nix-index.nix
../home/tmux.nix
../home/git/global.nix
Expand Down

0 comments on commit d360937

Please sign in to comment.