hand7s: xh and fd init; formating

This commit is contained in:
hand7s 2025-05-24 10:04:09 +03:00
parent c0fd396777
commit 78c03f0825
No known key found for this signature in database
2 changed files with 20 additions and 18 deletions

View file

@ -7,6 +7,8 @@
home = { home = {
packages = with pkgs; packages = with pkgs;
[ [
xh
fd
gh gh
sd sd
nvd nvd
@ -24,8 +26,11 @@
ripgrep ripgrep
tty-clock tty-clock
wireguard-tools wireguard-tools
yubico-piv-tool
libimobiledevice libimobiledevice
nix-output-monitor nix-output-monitor
yubikey-touch-detector
yubikey-personalization
] ]
++ lib.optionals ( ++ lib.optionals (
osConfig.networking.hostName == "s0mePC-nix" osConfig.networking.hostName == "s0mePC-nix"

View file

@ -39,28 +39,25 @@ in {
packages = with pkgs; packages = with pkgs;
[ [
vesktop vesktop
nekoray
anki-bin
obsidian
playerctl
mindustry
bitwarden
lan-mouse
parsec-bin
pwvucontrol
easyeffects
ayugram-desktop
element-desktop
hyprpolkitagent
freesm-launcher
(discord.override { (discord.override {
withVencord = true; withVencord = true;
withOpenASAR = false; withOpenASAR = false;
}) })
ayugram-desktop
element-desktop
obsidian
pwvucontrol
easyeffects
hyprpolkitagent
parsec-bin
bitwarden
mindustry
playerctl
lan-mouse
nekoray
freesm-launcher
yubico-piv-tool
yubikey-manager
anki-bin
] ]
++ lib.optionals ( ++ lib.optionals (
cfg.sessionType == "Sway" cfg.sessionType == "Sway"