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; [
|
||||
alsaUtils
|
||||
alsa-utils
|
||||
binutils-unwrapped
|
||||
git-lfs
|
||||
imagemagick
|
||||
|
@ -14,7 +14,7 @@
|
|||
miniserve
|
||||
p7zip
|
||||
sl
|
||||
transmission
|
||||
transmission_4
|
||||
unrar
|
||||
usbutils
|
||||
];
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.machine;
|
||||
in
|
||||
|
||||
{
|
||||
config.machine.pkgsets.xpkgs.pkgs = with pkgs; [
|
||||
acpilight
|
||||
|
@ -13,7 +10,6 @@ in
|
|||
scrot
|
||||
dconf
|
||||
alacritty
|
||||
gnome3.gvfs
|
||||
gvfs
|
||||
oneko
|
||||
pcmanfm
|
||||
|
|
|
@ -13,7 +13,7 @@ mkIf (elem "desktop::sway" config.machine.services) {
|
|||
};
|
||||
extraPackages = with pkgs; [
|
||||
file
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
grim
|
||||
gsettings-desktop-schemas
|
||||
gtk3
|
||||
|
|
Loading…
Reference in a new issue