Compare commits
2 commits
620762f078
...
c5b592afb3
Author | SHA1 | Date | |
---|---|---|---|
c5b592afb3 | |||
de97a020a1 |
3 changed files with 8 additions and 2 deletions
|
@ -4,9 +4,11 @@ let
|
|||
unstable = import <nixos-unstable> {};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
acpi
|
||||
bash
|
||||
bash-completion
|
||||
bat
|
||||
borgbackup
|
||||
direnv
|
||||
fd
|
||||
fzf
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -10,5 +10,8 @@ in {
|
|||
pkgsCross.avr.libcCross
|
||||
pkgsCross.avr.buildPackages.gcc8
|
||||
pkgsCross.avr.buildPackages.binutils
|
||||
unstable.cura
|
||||
openscad
|
||||
kicad
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue