381 current 2025-05-06 23:10:46 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-06 23:12:39 -04:00
parent 3bf0aa7e99
commit e224e0a966
3 changed files with 4 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ in {
simple-mtpfs
signal-desktop
slack
nodejs_23
]
++ (
with lib; let

View File

@@ -97,6 +97,8 @@ vim.opt_local.foldmethod = 'manual'
-- Keep treesitter, ditch legacy syntax:
vim.g.markdown_fenced_languages = {}
vim.opt.shell = "zsh"
vim.loader.enable()
------------------------------------------------------

View File

@@ -193,6 +193,7 @@ alias cfg-main="nvim /home/synchronous/nix-cfg/configuration.nix"
alias zshrc="nvim /home/synchronous/nix-cfg/home/programs/zsh/zshrc"
alias sxhkdrc="nvim /home/synchronous/nix-cfg/home/programs/sxhkd/sxhkdrc"
alias programs="cd /home/synchronous/nix-cfg/home/programs"
alias home-cfg="nvim /home/synchronous/nix-cfg/home/home.nix"
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"