jj
This commit is contained in:
parent
b441cfc12b
commit
96902144be
2 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
services.scx.scheduler = "scx_lavd"; # default is "scx_rustland"
|
services.scx.scheduler = "scx_lavd"; # default is "scx_rustland"
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
jupyter
|
||||||
# cringelang
|
# cringelang
|
||||||
go
|
go
|
||||||
delve
|
delve
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,10 @@ in {
|
||||||
ui = {
|
ui = {
|
||||||
default-command = "log";
|
default-command = "log";
|
||||||
};
|
};
|
||||||
|
fix.tools.alejandra = {
|
||||||
|
command = ["alejandra"];
|
||||||
|
patterns = ["glob:'**/*.nix'"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# package = inputs.jujutsu.packages.${pkgs.system}.default;
|
# package = inputs.jujutsu.packages.${pkgs.system}.default;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue