Created options; Moved tailscale to network folder; Disabled networkmanager wait online; Added repl command; updated firefox interface; other smaller stuff

This commit is contained in:
Jurn Wubben 2025-03-09 15:23:13 +01:00
parent 20891b3e14
commit 5de86bcfe3
37 changed files with 542 additions and 255 deletions

View file

@ -1,8 +1,12 @@
{inputs, ...}: {
{
inputs,
osConfig,
...
}: {
imports = [inputs.nvf.homeManagerModules.default];
programs.nvf = {
enable = true;
enable = osConfig.niksos.neovim;
settings.vim = {
viAlias = true;
vimAlias = true;
@ -69,6 +73,7 @@
autocomplete.nvim-cmp.enable = true;
snippets.luasnip.enable = true;
mini.surround.enable = true;
# This can also be themed with stylix. Remove `targets.nvf.enable = false` in `../style/default.nix`
theme = {
enable = true;
name = "catppuccin";