Some checks failed
CI / check (push) Has been cancelled
CI / ida (push) Has been cancelled
CI / cpt (push) Has been cancelled
CI / build-nixos (ena) (push) Has been cancelled
CI / build-nixos (hako) (push) Has been cancelled
CI / build-nixos (kazusa) (push) Has been cancelled
CI / build-nixos (mizuki) (push) Has been cancelled
16 lines
311 B
Nix
16 lines
311 B
Nix
{ pkgs, inputs }:
|
|
with pkgs;
|
|
(import ../../../../modules/home/packages.nix { inherit pkgs inputs; })
|
|
++ [
|
|
# tail-tray
|
|
kdePackages.kcolorchooser
|
|
fastfetch
|
|
android-studio
|
|
lmstudio
|
|
|
|
# dotnet-runtime
|
|
dotnet-sdk
|
|
jetbrains.rider
|
|
# waterfox-bin
|
|
# inputs.waterfox.packages.${pkgs.system}.waterfox
|
|
]
|