mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add matlab...
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
61bab3a8bf
commit
6a36890077
|
@ -26,6 +26,9 @@
|
||||||
tuxedo-nixos.url = "github:blitz/tuxedo-nixos";
|
tuxedo-nixos.url = "github:blitz/tuxedo-nixos";
|
||||||
tuxedo-nixos.inputs.nixpkgs.follows = "nixpkgs";
|
tuxedo-nixos.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
nix-matlab.url = "gitlab:doronbehar/nix-matlab";
|
||||||
|
nix-matlab.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
emacs.url = "sourcehut:~magic_rb/emacs";
|
emacs.url = "sourcehut:~magic_rb/emacs";
|
||||||
emacs.flake = false;
|
emacs.flake = false;
|
||||||
|
|
||||||
|
@ -187,7 +190,8 @@
|
||||||
terrafrom-provider-vault
|
terrafrom-provider-vault
|
||||||
tree-sitter-grammars
|
tree-sitter-grammars
|
||||||
udp-over-tcp
|
udp-over-tcp
|
||||||
itp;
|
itp
|
||||||
|
matlab;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
|
|
@ -116,6 +116,8 @@ in
|
||||||
emacs-rofi
|
emacs-rofi
|
||||||
libnotify
|
libnotify
|
||||||
playerctl
|
playerctl
|
||||||
|
|
||||||
|
matlab
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,5 +16,9 @@
|
||||||
++
|
++
|
||||||
(with inputs'.nixng.overlays; [
|
(with inputs'.nixng.overlays; [
|
||||||
default
|
default
|
||||||
]);
|
])
|
||||||
|
++
|
||||||
|
[
|
||||||
|
inputs'.nix-matlab.overlay
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue