Update package names.
This commit is contained in:
parent
a6fcd247b7
commit
a1ac518cab
3 changed files with 4 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
config.machine.pkgsets.extra.pkgs = with pkgs; [
|
config.machine.pkgsets.extra.pkgs = with pkgs; [
|
||||||
alsaUtils
|
alsa-utils
|
||||||
binutils-unwrapped
|
binutils-unwrapped
|
||||||
git-lfs
|
git-lfs
|
||||||
imagemagick
|
imagemagick
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
miniserve
|
miniserve
|
||||||
p7zip
|
p7zip
|
||||||
sl
|
sl
|
||||||
transmission
|
transmission_4
|
||||||
unrar
|
unrar
|
||||||
usbutils
|
usbutils
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
{
|
{
|
||||||
config,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
|
||||||
cfg = config.machine;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
|
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
|
||||||
acpilight
|
acpilight
|
||||||
|
@ -13,7 +10,6 @@ in
|
||||||
scrot
|
scrot
|
||||||
dconf
|
dconf
|
||||||
alacritty
|
alacritty
|
||||||
gnome3.gvfs
|
|
||||||
gvfs
|
gvfs
|
||||||
oneko
|
oneko
|
||||||
pcmanfm
|
pcmanfm
|
||||||
|
|
|
@ -13,7 +13,7 @@ mkIf (elem "desktop::sway" config.machine.services) {
|
||||||
};
|
};
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
file
|
file
|
||||||
gnome.adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
grim
|
grim
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gtk3
|
gtk3
|
||||||
|
|
Loading…
Reference in a new issue