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> {};
in {
environment.systemPackages = with pkgs; [
acpi
bash
bash-completion
bat
borgbackup
direnv
fd
fzf

View file

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

View file

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