mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
jj
This commit is contained in:
parent
cbb2b5bdbd
commit
a2629a1a6e
6 changed files with 89 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue