mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
New nvim setup.
This commit is contained in:
@@ -12,11 +12,13 @@
|
||||
nc = "nvim ~/nixos-dotfiles/."; # Quick edit dotfiles
|
||||
btw = "echo I use NixOS, btw"; # Because we have to let everyone know
|
||||
nrs = "sudo nixos-rebuild switch --flake ~/nixos-dotfiles/#nixos-btw"; # Rebuild system
|
||||
collect-garbage = "sudo nix-collect-garbage -d";
|
||||
|
||||
# Config editing shortcuts
|
||||
edit-nixos = "nvim ~/nixos-dotfiles/modules/nixos/";
|
||||
edit-home = "nvim ~/nixos-dotfiles/modules/home-manager/";
|
||||
edit-host = "nvim ~/nixos-dotfiles/hosts/nixos-btw/";
|
||||
edit-nvf = "nvim ~/nixos-dotfiles/modules/nixos/nvf.nix";
|
||||
|
||||
# Enhanced file operations
|
||||
ls = "eza --long -ahF --no-user --no-permissions --git --icons=always --color=always --grid";
|
||||
|
||||
@@ -9,11 +9,14 @@
|
||||
vimAlias = false;
|
||||
theme = {
|
||||
enable = true;
|
||||
name = "gruvbox";
|
||||
style = "dark";
|
||||
name = "tokyonight";
|
||||
style = "night";
|
||||
};
|
||||
languages = {
|
||||
enableTreesitter = true;
|
||||
|
||||
nix.enable = true;
|
||||
python.enable = true;
|
||||
};
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user