Compare commits
No commits in common. "5388e4a9abc3f415c85e784276f8d2c570e1fe7e" and "f6246c84dbde151e1f3e90ff9fa1e28099712d50" have entirely different histories.
5388e4a9ab
...
f6246c84db
|
@ -134,18 +134,14 @@
|
||||||
frescobaldi
|
frescobaldi
|
||||||
gimp
|
gimp
|
||||||
gnome-sound-recorder
|
gnome-sound-recorder
|
||||||
inkscape
|
|
||||||
josm
|
josm
|
||||||
kate
|
kate
|
||||||
krita
|
|
||||||
# kicad # https://github.com/NixOS/nixpkgs/issues/335003
|
# kicad # https://github.com/NixOS/nixpkgs/issues/335003
|
||||||
(import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/13456ccaf2874c921891b04fe0c39fc79aa7357f.tar.gz") {}).kicad
|
(import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/13456ccaf2874c921891b04fe0c39fc79aa7357f.tar.gz") {}).kicad
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
mumble
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
qgis
|
qgis
|
||||||
scummvm
|
|
||||||
|
|
||||||
# command line applications
|
# command line applications
|
||||||
iperf
|
iperf
|
||||||
|
@ -155,27 +151,15 @@
|
||||||
alsa-utils
|
alsa-utils
|
||||||
dig
|
dig
|
||||||
file
|
file
|
||||||
ffmpeg
|
|
||||||
git-absorb
|
git-absorb
|
||||||
imagemagick
|
|
||||||
killall
|
killall
|
||||||
pv
|
pv
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
||||||
# compilers/language utils
|
# a few basic compilers
|
||||||
cargo
|
|
||||||
rustc
|
|
||||||
|
|
||||||
clang
|
clang
|
||||||
|
|
||||||
go
|
go
|
||||||
go-tools
|
rustc
|
||||||
gopls
|
|
||||||
|
|
||||||
# audio tools
|
|
||||||
jacktrip
|
|
||||||
qjackctl
|
|
||||||
qsynth
|
|
||||||
|
|
||||||
# Unfree:
|
# Unfree:
|
||||||
discord
|
discord
|
||||||
|
@ -202,38 +186,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.vscode = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.vscodium;
|
|
||||||
mutableExtensionsDir = false;
|
|
||||||
extensions = with pkgs.vscode-extensions; [
|
|
||||||
eamodio.gitlens
|
|
||||||
editorconfig.editorconfig
|
|
||||||
golang.go
|
|
||||||
jeandeaual.lilypond-syntax
|
|
||||||
jeandeaual.scheme
|
|
||||||
jeanp413.open-remote-ssh
|
|
||||||
jnoortheen.nix-ide
|
|
||||||
llvm-vs-code-extensions.vscode-clangd
|
|
||||||
ms-azuretools.vscode-docker
|
|
||||||
ms-python.debugpy
|
|
||||||
ms-python.python
|
|
||||||
rust-lang.rust-analyzer
|
|
||||||
stkb.rewrap
|
|
||||||
xaver.clang-format
|
|
||||||
];
|
|
||||||
userSettings = {
|
|
||||||
"files.autoSave" = "afterDelay";
|
|
||||||
"editor.renderWhitespace" = "boundary";
|
|
||||||
"files.insertFinalNewline" = true;
|
|
||||||
"files.trimFinalNewlines" = true;
|
|
||||||
"editor.rulers" = [80 120];
|
|
||||||
"[git-commit]" = {
|
|
||||||
"editor.inlineSuggest.enabled" = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "chandler@chandlerswift.com";
|
userEmail = "chandler@chandlerswift.com";
|
||||||
|
|
Loading…
Reference in a new issue