Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{ pkgs, ... }@all: with all;
|
||||
lib.mkIf (hyper.host != "NxACE")
|
||||
{
|
||||
{ pkgs, ... }@all: with all; {
|
||||
home.packages = with pkgs; [
|
||||
erlang
|
||||
rebar3
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
programs.go = {
|
||||
enable = true;
|
||||
package = pkgs.go;
|
||||
goPath = "${config.xdg.dataHome}/go";
|
||||
env.goPath = "${config.xdg.dataHome}/go";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
{ pkgs, ... }@all: with all;
|
||||
{
|
||||
{ pkgs, ... }@all: with all; {
|
||||
home = let
|
||||
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
|
||||
ipython
|
||||
requests
|
||||
debugpy
|
||||
# debugpy
|
||||
black
|
||||
uv
|
||||
uv-build
|
||||
@@ -13,7 +12,7 @@
|
||||
packages = [
|
||||
python-with-packages
|
||||
] ++ (with pkgs; [
|
||||
python311Packages.python-lsp-server
|
||||
python313Packages.python-lsp-server
|
||||
ruff
|
||||
pyright
|
||||
]);
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ pkgs, ... }@all: with all; {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
gdb
|
||||
cargo
|
||||
clippy
|
||||
rustc
|
||||
|
||||
Reference in New Issue
Block a user