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";
|
homeDirectory = "/home/notoh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
floorp
|
floorp
|
||||||
|
#brave
|
||||||
discord
|
discord
|
||||||
jellyfin-media-player
|
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
obs-studio
|
obs-studio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
unzip
|
unzip
|
||||||
|
unrar
|
||||||
p7zip
|
p7zip
|
||||||
virt-manager
|
virt-manager
|
||||||
imv
|
imv
|
||||||
mpv
|
mpv
|
||||||
rustypaste-cli
|
rustypaste-cli
|
||||||
drawio
|
|
||||||
obsidian
|
|
||||||
gimp
|
gimp
|
||||||
cryptomator
|
cryptomator
|
||||||
ventoy-bin-full
|
ventoy-bin-full
|
||||||
|
@ -51,7 +50,9 @@
|
||||||
bottles
|
bottles
|
||||||
runelite
|
runelite
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
yuzu
|
||||||
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
||||||
|
inputs.nix-gaming.packages.${pkgs.system}.wine-discord-ipc-bridge
|
||||||
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
|
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
|
||||||
(callPackage ../../pkgs/jellyfin-rpc {})
|
(callPackage ../../pkgs/jellyfin-rpc {})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue