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
|
firefox
|
||||||
|
|
||||||
# ugh
|
# ugh
|
||||||
ungoogled-chromium
|
chromium
|
||||||
|
|
||||||
# bsdgames
|
# bsdgames
|
||||||
# CRITICAL THREE
|
# CRITICAL THREE
|
||||||
|
@ -47,6 +47,8 @@ in
|
||||||
cargo
|
cargo
|
||||||
clippy
|
clippy
|
||||||
rustc
|
rustc
|
||||||
|
rust-analyzer
|
||||||
|
rustfmt
|
||||||
|
|
||||||
idris2
|
idris2
|
||||||
|
|
||||||
|
@ -59,6 +61,7 @@ in
|
||||||
fzf
|
fzf
|
||||||
kolourpaint
|
kolourpaint
|
||||||
audacious
|
audacious
|
||||||
|
audacity
|
||||||
|
|
||||||
akku
|
akku
|
||||||
# managing with elpas :(
|
# managing with elpas :(
|
||||||
|
|
|
@ -29,6 +29,7 @@ builtins.fromJSON
|
||||||
},
|
},
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.acceptSuggestionOnCommitCharacter": false,
|
"editor.acceptSuggestionOnCommitCharacter": false,
|
||||||
|
"editor.linkedEditing": true,
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"files.eol": "\n",
|
"files.eol": "\n",
|
||||||
"vim.handleKeys": {
|
"vim.handleKeys": {
|
||||||
|
|
Loading…
Reference in a new issue