home packages: remove gcc, rustup
This commit is contained in:
6
modules/universal/env/home-packages.nix
vendored
6
modules/universal/env/home-packages.nix
vendored
@@ -5,14 +5,16 @@
|
|||||||
# bison
|
# bison
|
||||||
# dtc
|
# dtc
|
||||||
# flex
|
# flex
|
||||||
|
# gcc
|
||||||
# gcc-arm-embedded
|
# gcc-arm-embedded
|
||||||
# gcc_multi
|
# gcc_multi
|
||||||
|
# rustup
|
||||||
# swig
|
# swig
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
backblaze-b2
|
backblaze-b2
|
||||||
duplicity
|
duplicity
|
||||||
gcc
|
# TODO: this should be moved into `nix develop` in blog repo
|
||||||
gnumake
|
gnumake
|
||||||
ifuse
|
ifuse
|
||||||
ipfs
|
ipfs
|
||||||
@@ -28,7 +30,6 @@ with pkgs;
|
|||||||
pulsemixer
|
pulsemixer
|
||||||
python3
|
python3
|
||||||
rmlint
|
rmlint
|
||||||
rustup
|
|
||||||
sane-scripts
|
sane-scripts
|
||||||
snapper
|
snapper
|
||||||
sops
|
sops
|
||||||
@@ -36,6 +37,7 @@ with pkgs;
|
|||||||
sudo
|
sudo
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
youtube-dl
|
youtube-dl
|
||||||
|
# TODO: this should be moved into `nix develop` in blog repo
|
||||||
zola
|
zola
|
||||||
]
|
]
|
||||||
++ (if config.colinsane.gui.enable then
|
++ (if config.colinsane.gui.enable then
|
||||||
|
Reference in New Issue
Block a user