Compare commits

...

2 commits

Author SHA1 Message Date
c5b592afb3 add missing tools 2020-10-24 16:15:51 +02:00
de97a020a1 rename private stuff 2020-10-24 16:15:51 +02:00
3 changed files with 8 additions and 2 deletions

View file

@ -4,9 +4,11 @@ let
unstable = import <nixos-unstable> {}; unstable = import <nixos-unstable> {};
in { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
acpi
bash bash
bash-completion bash-completion
bat bat
borgbackup
direnv direnv
fd fd
fzf fzf

View file

@ -69,9 +69,9 @@ in {
hicolor-icon-theme hicolor-icon-theme
numix-icon-theme numix-icon-theme
unstable.alacritty
imv imv
inkscape inkscape
libqrencode
libreoffice libreoffice
libsecret libsecret
lxappearance lxappearance
@ -81,9 +81,10 @@ in {
pcmanfm pcmanfm
pulseaudio pulseaudio
pulsemixer pulsemixer
unstable.keepassxc
wl-clipboard wl-clipboard
xdg_utils xdg_utils
unstable.alacritty
unstable.keepassxc
( (
pkgs.writeTextFile { pkgs.writeTextFile {
name = "startsway"; name = "startsway";

View file

@ -10,5 +10,8 @@ in {
pkgsCross.avr.libcCross pkgsCross.avr.libcCross
pkgsCross.avr.buildPackages.gcc8 pkgsCross.avr.buildPackages.gcc8
pkgsCross.avr.buildPackages.binutils pkgsCross.avr.buildPackages.binutils
unstable.cura
openscad
kicad
]; ];
} }