add .editorconfig and rm unused packages
This commit is contained in:
parent
abe85c7763
commit
2972c64f33
2 changed files with 3 additions and 10 deletions
3
.editorconfig
Normal file
3
.editorconfig
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[*.nix]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
|
@ -28,10 +28,7 @@
|
||||||
home.packages =
|
home.packages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
lib.flatten [
|
lib.flatten [
|
||||||
ungoogled-chromium
|
|
||||||
librewolf
|
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
bitwarden-cli
|
|
||||||
fastfetch
|
fastfetch
|
||||||
(with kdePackages; [
|
(with kdePackages; [
|
||||||
gwenview
|
gwenview
|
||||||
|
@ -41,14 +38,12 @@
|
||||||
signal-desktop
|
signal-desktop
|
||||||
btop
|
btop
|
||||||
jq
|
jq
|
||||||
sqlite
|
|
||||||
usbutils
|
usbutils
|
||||||
calibre
|
calibre
|
||||||
tor-browser
|
tor-browser
|
||||||
wtype
|
wtype
|
||||||
bat
|
bat
|
||||||
rclone
|
rclone
|
||||||
go
|
|
||||||
(rust-bin.selectLatestNightlyWith (
|
(rust-bin.selectLatestNightlyWith (
|
||||||
toolchain:
|
toolchain:
|
||||||
toolchain.default.override {
|
toolchain.default.override {
|
||||||
|
@ -56,11 +51,9 @@
|
||||||
targets = [ "aarch64-unknown-linux-musl" ];
|
targets = [ "aarch64-unknown-linux-musl" ];
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
pwgen
|
|
||||||
gnumake
|
gnumake
|
||||||
unzip
|
unzip
|
||||||
anki-bin
|
anki-bin
|
||||||
q
|
|
||||||
gdb
|
gdb
|
||||||
fuzzel
|
fuzzel
|
||||||
hugo
|
hugo
|
||||||
|
@ -89,16 +82,13 @@
|
||||||
jadx
|
jadx
|
||||||
scrcpy
|
scrcpy
|
||||||
syncthing
|
syncthing
|
||||||
syncthingtray
|
|
||||||
(with llvmPackages; [
|
(with llvmPackages; [
|
||||||
clangUseLLVM
|
clangUseLLVM
|
||||||
compiler-rt
|
compiler-rt
|
||||||
libllvm
|
libllvm
|
||||||
])
|
])
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
pixelflasher
|
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
freetube
|
|
||||||
minio-client
|
minio-client
|
||||||
keepassxc
|
keepassxc
|
||||||
ida-free
|
ida-free
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue