hand7s: xh and fd init; formating
This commit is contained in:
parent
c0fd396777
commit
78c03f0825
2 changed files with 20 additions and 18 deletions
|
|
@ -7,6 +7,8 @@
|
|||
home = {
|
||||
packages = with pkgs;
|
||||
[
|
||||
xh
|
||||
fd
|
||||
gh
|
||||
sd
|
||||
nvd
|
||||
|
|
@ -24,8 +26,11 @@
|
|||
ripgrep
|
||||
tty-clock
|
||||
wireguard-tools
|
||||
yubico-piv-tool
|
||||
libimobiledevice
|
||||
nix-output-monitor
|
||||
yubikey-touch-detector
|
||||
yubikey-personalization
|
||||
]
|
||||
++ lib.optionals (
|
||||
osConfig.networking.hostName == "s0mePC-nix"
|
||||
|
|
|
|||
|
|
@ -39,28 +39,25 @@ in {
|
|||
packages = with pkgs;
|
||||
[
|
||||
vesktop
|
||||
nekoray
|
||||
anki-bin
|
||||
obsidian
|
||||
playerctl
|
||||
mindustry
|
||||
bitwarden
|
||||
lan-mouse
|
||||
parsec-bin
|
||||
pwvucontrol
|
||||
easyeffects
|
||||
ayugram-desktop
|
||||
element-desktop
|
||||
hyprpolkitagent
|
||||
freesm-launcher
|
||||
|
||||
(discord.override {
|
||||
withVencord = true;
|
||||
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 (
|
||||
cfg.sessionType == "Sway"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue