new software

This commit is contained in:
foosinn 2020-08-29 16:52:59 +02:00
parent f4984704f9
commit b1376304b7
3 changed files with 10 additions and 2 deletions

View file

@ -6,7 +6,6 @@ in {
environment.systemPackages = with pkgs; [
bash
bat
emacs-nox
direnv
fd
fzf

View file

@ -17,6 +17,7 @@ in {
slurp
swayidle
swaylock
xwayland
];
};
@ -41,14 +42,21 @@ in {
];
environment.systemPackages = with pkgs; [
librsvg
unstable.mypaint
unstable.mypaint-brushes
hicolor-icon-theme
numix-icon-theme
alacritty
firefox
mumble
neofetch
inkscape
pulseaudio
pulsemixer
wl-clipboard
unstable.keepassxc
wl-clipboard
(
pkgs.writeTextFile {
name = "startsway";

View file

@ -9,6 +9,7 @@ let
in {
environment.systemPackages = with pkgs; [
emacs
go
python37
python37Packages.pyls-black