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; [
|
environment.systemPackages = with pkgs; [
|
||||||
bash
|
bash
|
||||||
bat
|
bat
|
||||||
emacs-nox
|
|
||||||
direnv
|
direnv
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
|
|
|
@ -17,6 +17,7 @@ in {
|
||||||
slurp
|
slurp
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock
|
||||||
|
xwayland
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -41,14 +42,21 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
librsvg
|
||||||
|
unstable.mypaint
|
||||||
|
unstable.mypaint-brushes
|
||||||
|
|
||||||
|
hicolor-icon-theme
|
||||||
|
numix-icon-theme
|
||||||
alacritty
|
alacritty
|
||||||
firefox
|
firefox
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
|
inkscape
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pulsemixer
|
pulsemixer
|
||||||
wl-clipboard
|
|
||||||
unstable.keepassxc
|
unstable.keepassxc
|
||||||
|
wl-clipboard
|
||||||
(
|
(
|
||||||
pkgs.writeTextFile {
|
pkgs.writeTextFile {
|
||||||
name = "startsway";
|
name = "startsway";
|
||||||
|
|
|
@ -9,6 +9,7 @@ let
|
||||||
|
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
emacs
|
||||||
go
|
go
|
||||||
python37
|
python37
|
||||||
python37Packages.pyls-black
|
python37Packages.pyls-black
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue