home cleanup

This commit is contained in:
Ivan Dimitrov 2024-04-25 10:42:10 +03:00
parent aee3ec88c4
commit 2fcfd1458f
5 changed files with 20 additions and 30 deletions

View File

@ -28,7 +28,6 @@ let
ivand-packages = with modules.home.packages; [
dev
essential
media
];
in
{

View File

@ -1,5 +1,4 @@
{ pkgs, ... }: {
dev = import ./dev { inherit pkgs; };
essential = import ./essential { inherit pkgs; };
media = import ./media { inherit pkgs; };
}

View File

@ -1,16 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
gopass
grim
libnotify
libreoffice-qt
mako
scripts
slurp
wayland
wl-clipboard
xdg-user-dirs
xdg-utils
xwayland
ffmpeg
transmission
];
}

View File

@ -1,17 +0,0 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
audacity
ffmpeg
gimp
glaxnimate
gnome.cheese
libsForQt5.kdenlive
imv
mpv
mupdf
pavucontrol
transmission
xonotic
yewtube
];
}

View File

@ -39,4 +39,22 @@
enable = true;
};
};
home.packages = with pkgs; [
audacity
gimp
grim
imv
libnotify
libreoffice-qt
mako
mpv
mupdf
pavucontrol
scripts
slurp
wl-clipboard
xdg-user-dirs
xdg-utils
xwayland
];
}