mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: cleaned up some stuff
This commit is contained in:
parent
a5996792ce
commit
b8c25f618e
11 changed files with 51 additions and 49 deletions
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
extensions = builtins.attrValues {
|
||||
extensions.packages = builtins.attrValues {
|
||||
inherit (pkgs.nur.repos.rycee.firefox-addons)
|
||||
bitwarden
|
||||
enhancer-for-youtube
|
||||
|
@ -8,6 +8,7 @@
|
|||
ublock-origin
|
||||
unpaywall
|
||||
vimium
|
||||
side-view
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ let
|
|||
"4, workspace, 4"
|
||||
"5, workspace, 5"
|
||||
# Windows
|
||||
"W, killactive"
|
||||
"Tab, killactive"
|
||||
"O, splitratio, 0.33"
|
||||
"F, splitratio, -0.33"
|
||||
# Window Focus
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
settings = {
|
||||
General = {
|
||||
Experimental = true;
|
||||
Disable = "Headset";
|
||||
};
|
||||
};
|
||||
disabledPlugins = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue