Compare commits

..

No commits in common. "c5b592afb3702aa0f4d1938c870b183f124c0261" and "620762f078bda8719a8b54756ea755f416a91eb6" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View file

@ -4,11 +4,9 @@ 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,10 +81,9 @@ 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,8 +10,5 @@ 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
]; ];
} }