mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: update package list
This commit is contained in:
parent
9abe64cb44
commit
cf0c612b5a
@ -4,23 +4,23 @@ let
|
|||||||
ytdlpAudio = pkgs.writeScriptBin "yt-dlp-audio" ''
|
ytdlpAudio = pkgs.writeScriptBin "yt-dlp-audio" ''
|
||||||
${pkgs.yt-dlp}/bin/yt-dlp --config-location "${./config/yt-dlp-audio.conf}" $@
|
${pkgs.yt-dlp}/bin/yt-dlp --config-location "${./config/yt-dlp-audio.conf}" $@
|
||||||
'';
|
'';
|
||||||
getDotfiles = path: config.lib.file.mkOutOfStoreSymlink "${config.home.mutableFile."library/dotfiles".path}/${path}";
|
|
||||||
|
|
||||||
customScripts = pkgs.runCommandLocal "install-custom-scripts" { } ''
|
dotfilesAsStorePath = config.lib.file.mkOutOfStoreSymlink config.home.mutableFile."library/dotfiles".path;
|
||||||
install -Dm0755 "${config.home.mutableFile."library/dotfiles".path}/bin/*" -t $out/bin
|
getDotfiles = path: "${dotfilesAsStorePath}/${path}";
|
||||||
'';
|
|
||||||
|
|
||||||
musicDir = config.xdg.userDirs.music;
|
musicDir = config.xdg.userDirs.music;
|
||||||
playlistsDir = "${musicDir}/playlists";
|
playlistsDir = "${musicDir}/playlists";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
customScripts
|
vscodium-fhs # Visual Studio-lite and for those who suffer from Visual Studio withdrawal.
|
||||||
|
hledger # Trying to be a good accountant.
|
||||||
|
hledger-utils # For extra trying to be a better accountant.
|
||||||
|
|
||||||
songrec
|
# My music-related tools.
|
||||||
vscodium-fhs
|
songrec # SHAZAM!
|
||||||
neovim
|
|
||||||
ytdlpAudio # My custom script for downloading music with yt-dlp.
|
ytdlpAudio # My custom script for downloading music with yt-dlp.
|
||||||
|
picard # Graphical beets.
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user