nix flake update
This commit is contained in:
parent
19320367f9
commit
e764d6eb4e
4 changed files with 151 additions and 67 deletions
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
imports = with homeProfiles; [
|
||||
default
|
||||
|
||||
editors.emacs
|
||||
# editors.emacs
|
||||
editors.nvim
|
||||
|
||||
terminal.shell.zsh
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
terminal.programs.lazygit
|
||||
terminal.programs.jujutsu
|
||||
|
||||
editors.emacs
|
||||
# editors.emacs
|
||||
editors.nvim
|
||||
editors.vscodium
|
||||
editors.jetbrains.rider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue