Remove unused packages, starlight changes

This commit is contained in:
Artemis Tosini 2020-09-16 03:34:20 +00:00
parent c4fe4a2356
commit a647fa396b
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
4 changed files with 40 additions and 52 deletions

View file

@ -92,9 +92,16 @@
user = "artemis";
dataDir = "/home/artemis";
};
udev.packages = [ pkgs.openocd ];
printing = {
enable = true;
drivers = with pkgs; [ brlaser ];
drivers = [ (pkgs.brlaser.overrideAttrs (old: {
patches = [ (pkgs.fetchpatch {
name = "l2300d-fix.patch";
url = "https://patch-diff.githubusercontent.com/raw/pdewacht/brlaser/pull/68.patch";
sha256 = "07iqv048q0iplghn0aamjslyixw1p5jbk004i20xnl1vs95nyqzy";
}) ];
})) ];
};
};
xdg.portal = {

View file

@ -2,14 +2,7 @@
let
llvm = pkgs.llvmPackages_10;
go = pkgs.go_1_14;
unwrappedFirefox = pkgs.firefox-bin-unwrapped.override { systemLocale = "de-DE"; };
fullFirefox = (pkgs.wrapFirefox unwrappedFirefox {
browserName = "firefox";
desktopName = "Firefox";
forceWayland = true;
pname = "firefox-bin";
});
go = pkgs.go_1_15;
in
{
environment.systemPackages = (with pkgs; [
@ -51,11 +44,9 @@ in
# Virtualization
docker-compose
gnome3.gnome-boxes
qemu
# Linux tools
cachix
dmidecode
efibootmgr
efitools
@ -102,7 +93,7 @@ in
xsettingsd
# Useful CLI tools
(callPackage ./externals/packages/borgmatic/requirements.nix {}).packages.borgmatic
# (callPackage ./externals/packages/borgmatic/requirements.nix {}).packages.borgmatic
age
appimage-run
bat
@ -123,6 +114,7 @@ in
neovim
nix-index
openssl
p7zip
pandoc
parallel
pciutils
@ -185,16 +177,9 @@ in
vscode
yarn
# Hardware
arachne-pnr
eagle
icestorm
# Embedded
kicad
nextpnr
tinyprog
verilator
verilog
yosys
openocd
# Radio
gr-limesdr
@ -222,11 +207,6 @@ in
yubikey-manager
yubioath-desktop
# Syncing
dropbox
syncthing-cli
syncthing-gtk
# GUI tools
alacritty
evince
@ -238,8 +218,7 @@ in
# Web
chromium
fullFirefox
tor-browser-bundle-bin
firefox-wayland
# Communication
discord

@ -1 +1 @@
Subproject commit 3438df01384ba25989ad720b2b703acf408ad949
Subproject commit f12ddf899e104e1203e29880a0d2cb9172183edb

View file

@ -18,6 +18,8 @@
};
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
environment.systemPackages = with pkgs; [
steam