Quick commit 2024-01-05T18:42:21+01:00

This commit is contained in:
Geoffrey Frogeye 2024-01-05 18:42:21 +01:00
parent 3477528dd5
commit c954f0df5f
9 changed files with 98 additions and 16 deletions

View file

@ -10,6 +10,6 @@
./ssh.nix
./style.nix
./usernix
./vim.nix
# ./vim.nix # FIXME Complains that it's using fetchtarball without a sha256 argument... but it's not?
];
}

View file

@ -44,7 +44,7 @@ in
# Setting a custom base16 theme via nixvim:
# - Is required so nixvim works
# - For the rest only works on dark polarity, use the colorscheme otherwise... shrug
programs.nixvim.colorschemes.base16.colorscheme = "solarized-${polarity}";
# programs.nixvim.colorschemes.base16.colorscheme = "solarized-${polarity}";
# Fix https://nix-community.github.io/home-manager/index.html#_why_do_i_get_an_error_message_about_literal_ca_desrt_dconf_literal_or_literal_dconf_service_literal
# home.packages = [ pkgs.dconf ];

View file

@ -29,9 +29,7 @@ let
};
in
{
imports = [
nixvim.homeManagerModules.nixvim
];
imports = [ (import nixvim).homeManagerModules.nixvim ];
programs.nixvim = {
enable = true;