Moved some packages to home manager, added yt-dlp

This commit is contained in:
2025-05-19 19:31:24 -04:00
parent 57ad7fe5c6
commit ce204417db
2 changed files with 27 additions and 22 deletions

View File

@@ -183,36 +183,16 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
alacritty
audacity
bitwarden-cli
bitwarden-desktop
emacs-pgtk
fastfetch
ffmpeg
firefoxpwa
gcc
gimp
ibm-plex
imagemagick
kdePackages.kdenlive
libreoffice
mpd
mpv
ncmpcpp
# nerd-fonts.blex-mono
nut
obs-studio
pciutils
protonmail-bridge
python3
qemu
ranger
rustup
strawberry
texliveBasic
thunderbird
ungoogled-chromium
usbutils
wget
];

View File

@@ -26,7 +26,6 @@
'';
};
programs.firefox = {
enable = true;
nativeMessagingHosts = [ pkgs.firefoxpwa ];
@@ -110,8 +109,34 @@
programs.git-credential-oauth.enable = true;
programs.yt-dlp = {
enable = true;
settings = {
embed-thumbnail = true;
};
};
home.packages = with pkgs; [
audacity
anki-bin
fastfetch
ffmpeg
gimp
ibm-plex
imagemagick
kdePackages.kdenlive
libreoffice
mpd
mpv
ncmpcpp
nerd-fonts.blex-mono
obs-studio
protonmail-bridge
ranger
strawberry
texliveBasic
thunderbird
ungoogled-chromium
runelite
];