Reorganize some apps and add wlsunset
This commit is contained in:
parent
8ffc50bef7
commit
829459865c
11 changed files with 10 additions and 14 deletions
|
@ -7,6 +7,7 @@
|
|||
./librewolf
|
||||
./mangohud
|
||||
./mpv
|
||||
./obs
|
||||
./pcmanfm
|
||||
./rofi
|
||||
./thunderbird
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./spotdl
|
||||
./yt-dlp
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ffmpeg
|
||||
ffmpegthumbnailer
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, blender, ... }:
|
||||
{
|
||||
imports = [ ./obs ];
|
||||
|
||||
nixpkgs.overlays = [ blender.overlays.default ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
./neovim
|
||||
./nh
|
||||
./ranger
|
||||
./spotdl
|
||||
./tmux
|
||||
./yt-dlp
|
||||
./zsh
|
||||
];
|
||||
}
|
||||
|
|
|
@ -11,9 +11,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
ytm3u = "yt-dlp -gS proto:m3u8";
|
||||
opusdl = ''yt-dlp -f ba -x --audio-quality 0'';
|
||||
spotdl = "spotdl --m3u --format opus";
|
||||
};
|
||||
home.shellAliases.opusdl = ''yt-dlp -f ba -x --audio-quality 0'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue