diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-03 09:52:52 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-03 09:52:52 +0100 |
commit | 128904cd3b9e6ecf7ee5a91564b0f0c67deb4530 (patch) | |
tree | 7306ba4558145b5f54311569199f04743951b571 /accounts | |
parent | 3b37f9780e11bb8a8f7320e7cf2ba7a5b6a4b89b (diff) | |
download | nixos-128904cd3b9e6ecf7ee5a91564b0f0c67deb4530.tar nixos-128904cd3b9e6ecf7ee5a91564b0f0c67deb4530.tar.gz nixos-128904cd3b9e6ecf7ee5a91564b0f0c67deb4530.tar.bz2 nixos-128904cd3b9e6ecf7ee5a91564b0f0c67deb4530.tar.xz nixos-128904cd3b9e6ecf7ee5a91564b0f0c67deb4530.zip |
gkleen@sif: switch to yt-dlp
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 617c178c..e569f732 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -61,7 +61,7 @@ let | |||
61 | ''; | 61 | ''; |
62 | in { | 62 | in { |
63 | imports = with flake.nixosModules.userProfiles.${userName}; [ | 63 | imports = with flake.nixosModules.userProfiles.${userName}; [ |
64 | mpv | 64 | mpv yt-dlp |
65 | ]; | 65 | ]; |
66 | 66 | ||
67 | home-manager.users.${userName} = { | 67 | home-manager.users.${userName} = { |
@@ -246,7 +246,7 @@ in { | |||
246 | home = { | 246 | home = { |
247 | packages = with pkgs; [ | 247 | packages = with pkgs; [ |
248 | fira-code powerline-fonts nerdfonts pavucontrol keepassxc | 248 | fira-code powerline-fonts nerdfonts pavucontrol keepassxc |
249 | youtube-dl sxiv xclip mumble pulseaudio-ctl libnotify synergy | 249 | sxiv xclip mumble pulseaudio-ctl libnotify synergy |
250 | xorg.xbacklight screen-message pidgin-with-plugins | 250 | xorg.xbacklight screen-message pidgin-with-plugins |
251 | google-play-music-desktop-player qt5ct playerctl evince | 251 | google-play-music-desktop-player qt5ct playerctl evince |
252 | thunderbird wrappedZulip zoom-us steam steam-run wireshark skype | 252 | thunderbird wrappedZulip zoom-us steam steam-run wireshark skype |