misc changes
xmonad: added new layout+keybinds, removed useless code neovim: minor changes hosts/satori: changed kernel to zen again home/services and home/programs: minor changes overlays: changed picom src and other minor changes
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
# userContent = builtins.readFile ../config/firefox/userContent.css;
|
||||
};
|
||||
};
|
||||
/* chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
};*/
|
||||
zathura = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ../config/zathura/zathurarc;
|
||||
@@ -31,5 +35,6 @@
|
||||
save-position-on-quit = "yes";
|
||||
};
|
||||
};
|
||||
go.enable = true;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user