alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -8,42 +8,42 @@
freesm-launcher = inputs.freesm.packages.${pkgs.system}.freesmlauncher;
in {
home = {
packages = with pkgs; [
gh
sd
nvd
git
dust
procs
gping
dconf
tokei
ifuse
trippy
bottom
kubectl
yt-dlp
ripgrep
tty-clock
freesm-launcher
libimobiledevice
nix-output-monitor
] ++lib.optionals (
osConfig.networking.hostName == "s0mePC-nix"
) [
tetrio-desktop
netbird-ui
thunderbird
mindustry
qbittorrent-enhanced
] ++ lib.optionals (
osConfig.networking.hostName == "s0melapt0p-nix"
) [
iwgtk
brightnessctl
];
packages = with pkgs;
[
gh
sd
nvd
git
dust
procs
gping
dconf
tokei
ifuse
trippy
bottom
kubectl
yt-dlp
ripgrep
tty-clock
freesm-launcher
libimobiledevice
nix-output-monitor
]
++ lib.optionals (
osConfig.networking.hostName == "s0mePC-nix"
) [
tetrio-desktop
netbird-ui
thunderbird
mindustry
qbittorrent-enhanced
]
++ lib.optionals (
osConfig.networking.hostName == "s0melapt0p-nix"
) [
iwgtk
brightnessctl
];
};
}