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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue