nix flake update

This commit is contained in:
xunuwu 2025-03-07 13:12:06 +01:00
parent 19320367f9
commit e764d6eb4e
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 151 additions and 67 deletions

View file

@ -12,7 +12,7 @@
text = ''
unbind <C-e>
unbind <C-b>
unbind <C-a> # why would you ever want to increment the current url??
unbind <C-a>
bind J tabnext
bind K tabprev
@ -30,7 +30,7 @@
];
};
profiles.xun = {
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
extensions.packages = with inputs.firefox-addons.packages.${pkgs.system}; [
ublock-origin
# (lib.mkIf (config.xun.desktop.colorscheme == "dark") darkreader)
darkreader

View file

@ -2,7 +2,7 @@
imports = with homeProfiles; [
default
editors.emacs
# editors.emacs
editors.nvim
terminal.shell.zsh

View file

@ -25,7 +25,7 @@
terminal.programs.lazygit
terminal.programs.jujutsu
editors.emacs
# editors.emacs
editors.nvim
editors.vscodium
editors.jetbrains.rider