mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-21 23:48:49 +01:00
package shift
This commit is contained in:
parent
8f37a6b7ab
commit
1c5cf3ae2d
1 changed files with 8 additions and 2 deletions
|
@ -54,8 +54,6 @@ in
|
|||
(callPackage ./../pkgs/toggl-time-grouper/package.nix { inherit python3Packages; })
|
||||
(callPackage ./../pkgs/extract.nix { inherit pkgs; })
|
||||
nixpkgs-fmt
|
||||
toolbox
|
||||
distrobox
|
||||
ddev
|
||||
act
|
||||
mkcert
|
||||
|
@ -79,6 +77,14 @@ in
|
|||
nodePackages.pnpm
|
||||
npm-check-updates
|
||||
] ++ (
|
||||
if (
|
||||
!config.machine.isGeneric
|
||||
) then [
|
||||
toolbox
|
||||
distrobox
|
||||
] else
|
||||
[ ]
|
||||
) ++ (
|
||||
if (
|
||||
config.machine.isGraphical
|
||||
) then [
|
||||
|
|
Loading…
Reference in a new issue