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/toggl-time-grouper/package.nix { inherit python3Packages; })
|
||||||
(callPackage ./../pkgs/extract.nix { inherit pkgs; })
|
(callPackage ./../pkgs/extract.nix { inherit pkgs; })
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
toolbox
|
|
||||||
distrobox
|
|
||||||
ddev
|
ddev
|
||||||
act
|
act
|
||||||
mkcert
|
mkcert
|
||||||
|
@ -79,6 +77,14 @@ in
|
||||||
nodePackages.pnpm
|
nodePackages.pnpm
|
||||||
npm-check-updates
|
npm-check-updates
|
||||||
] ++ (
|
] ++ (
|
||||||
|
if (
|
||||||
|
!config.machine.isGeneric
|
||||||
|
) then [
|
||||||
|
toolbox
|
||||||
|
distrobox
|
||||||
|
] else
|
||||||
|
[ ]
|
||||||
|
) ++ (
|
||||||
if (
|
if (
|
||||||
config.machine.isGraphical
|
config.machine.isGraphical
|
||||||
) then [
|
) then [
|
||||||
|
|
Loading…
Reference in a new issue