ugh, un-ungoogled-chromium
This commit is contained in:
parent
7b8a880ae5
commit
3f8470342e
2 changed files with 5 additions and 1 deletions
5
home.nix
5
home.nix
|
@ -11,7 +11,7 @@ in
|
|||
firefox
|
||||
|
||||
# ugh
|
||||
ungoogled-chromium
|
||||
chromium
|
||||
|
||||
# bsdgames
|
||||
# CRITICAL THREE
|
||||
|
@ -47,6 +47,8 @@ in
|
|||
cargo
|
||||
clippy
|
||||
rustc
|
||||
rust-analyzer
|
||||
rustfmt
|
||||
|
||||
idris2
|
||||
|
||||
|
@ -59,6 +61,7 @@ in
|
|||
fzf
|
||||
kolourpaint
|
||||
audacious
|
||||
audacity
|
||||
|
||||
akku
|
||||
# managing with elpas :(
|
||||
|
|
|
@ -29,6 +29,7 @@ builtins.fromJSON
|
|||
},
|
||||
"editor.formatOnSave": true,
|
||||
"editor.acceptSuggestionOnCommitCharacter": false,
|
||||
"editor.linkedEditing": true,
|
||||
"git.autofetch": true,
|
||||
"files.eol": "\n",
|
||||
"vim.handleKeys": {
|
||||
|
|
Loading…
Reference in a new issue