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; [ ivand-packages = with modules.home.packages; [
dev dev
essential essential
media
]; ];
in in
{ {

View File

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

View File

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

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; 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
];
} }