home: updates
All checks were successful
flake check / check (push) Successful in 5m10s
fmt check / check (push) Successful in 39s
All checks were successful
flake check / check (push) Successful in 5m10s
fmt check / check (push) Successful in 39s
This commit is contained in:
parent
bf7cedb9f0
commit
03343b0228
1 changed files with 4 additions and 3 deletions
|
@ -26,21 +26,20 @@
|
|||
homeDirectory = "/home/notoh";
|
||||
packages = with pkgs; [
|
||||
floorp
|
||||
#brave
|
||||
discord
|
||||
jellyfin-media-player
|
||||
cinny-desktop
|
||||
thunderbird
|
||||
obs-studio
|
||||
pavucontrol
|
||||
vscode-fhs
|
||||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
virt-manager
|
||||
imv
|
||||
mpv
|
||||
rustypaste-cli
|
||||
drawio
|
||||
obsidian
|
||||
gimp
|
||||
cryptomator
|
||||
ventoy-bin-full
|
||||
|
@ -51,7 +50,9 @@
|
|||
bottles
|
||||
runelite
|
||||
prismlauncher
|
||||
yuzu
|
||||
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
||||
inputs.nix-gaming.packages.${pkgs.system}.wine-discord-ipc-bridge
|
||||
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
|
||||
(callPackage ../../pkgs/jellyfin-rpc {})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue