new software
This commit is contained in:
parent
f4984704f9
commit
b1376304b7
3 changed files with 10 additions and 2 deletions
|
@ -6,7 +6,6 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
bash
|
||||
bat
|
||||
emacs-nox
|
||||
direnv
|
||||
fd
|
||||
fzf
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -9,6 +9,7 @@ let
|
|||
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
emacs
|
||||
go
|
||||
python37
|
||||
python37Packages.pyls-black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue