neovim is superior btw!; also attempted to explain my rice

This commit is contained in:
2025-06-13 20:07:39 +03:00
parent 40fb5a6ea5
commit 0fdc141066
6 changed files with 239 additions and 106 deletions

View File

@@ -15,9 +15,30 @@
./packages.nix
# ../../modules/home-manager/hyprpanel.nix
./other/activate.nix
# ./apps/ancs.nix
# ./apps/ancs.nix
inputs.nvf.nixosModules.default
];
programs.nvf = {
enable = true;
defaultEditor = true;
# withLua = true;
settings.vim = {
viAlias = true;
vimAlias = true;
statusline.lualine.enable = true;
languages = {
enableLSP = true;
enableTreesitter = true;
nix.enable = true;
ts.enable = true;
# qml.enable = true;
};
};
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
@@ -193,13 +214,7 @@
accent = "blue";
};
home-manager.users.ocbwoy3 = { config, pkgs, ... }: {
programs.neovim = {
defaultEditor = true;
viAlias = true;
vimAlias = true;
};
home-manager.users.ocbwoy3 = { programs, config, pkgs, ... }: {
imports = [
inputs.catppuccin.homeModules.catppuccin