Alphabet sort some misc apps
This commit is contained in:
parent
c16bdf2280
commit
5d9146062a
6 changed files with 12 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
steam
|
||||
steam-run
|
||||
heroic
|
||||
prismlauncher
|
||||
steam
|
||||
steam-run
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
vesktop
|
||||
fractal
|
||||
telegram-desktop
|
||||
libreoffice
|
||||
bc
|
||||
fractal
|
||||
libreoffice
|
||||
telegram-desktop
|
||||
vesktop
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
p7zip
|
||||
vimv
|
||||
dua
|
||||
dua p7zip
|
||||
trash-cli
|
||||
vimv
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
nixpkgs.overlays = [ blender.overlays.default ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
krita
|
||||
audacity
|
||||
blender_4_3
|
||||
krita
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
remmina
|
||||
freerdp
|
||||
gpauth
|
||||
remmina
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue