This commit is contained in:
nora 2024-02-24 10:56:39 +01:00
parent cbb2b5bdbd
commit a2629a1a6e
6 changed files with 89 additions and 19 deletions

View file

@ -3,6 +3,7 @@
{ lib
, pkgs
, inputs
, ...
}:
let
@ -38,7 +39,7 @@ in
spotify
# rustup from nix for rust :)
rustup
] ++ import ./common-packages.nix { inherit pkgs; };
] ++ import ./common-packages.nix { inherit pkgs inputs; };
programs.fish = {
enable = true;