Merge branch 'new' of ssh://git.0x76.dev:42/v/infrastructure into new
This commit is contained in:
commit
f0380bbe4e
19 changed files with 15 additions and 297 deletions
|
@ -36,7 +36,6 @@ in
|
|||
foliate # epub reader
|
||||
gcc
|
||||
gimp
|
||||
inputs.attic.packages.${pkgs.system}.attic
|
||||
comma
|
||||
discord
|
||||
jetbrains.rust-rover
|
||||
|
@ -70,7 +69,10 @@ in
|
|||
|
||||
chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
extensions = [
|
||||
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } # ublock origin
|
||||
{ id = "nngceckbapebfimnlniiiahkandclblb"; } # bitwarden
|
||||
];
|
||||
};
|
||||
|
||||
direnv = {
|
||||
|
|
|
@ -219,10 +219,6 @@ with lib;
|
|||
folder = "daily";
|
||||
};
|
||||
workspaces = [
|
||||
{
|
||||
name = "uni";
|
||||
path = "~/cloud/Documents/CESE/notes";
|
||||
}
|
||||
{
|
||||
name = "notes";
|
||||
path = "~/cloud/Notes";
|
||||
|
@ -282,7 +278,7 @@ with lib;
|
|||
};
|
||||
# surround.enable = true;
|
||||
fugitive.enable = true;
|
||||
gitgutter.enable = true;
|
||||
# gitgutter.enable = true;
|
||||
|
||||
lualine = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue