2 files changed, 7 insertions, 6 deletions
diff --git a/modules/base.nix b/modules/base.nix
index 6ae144d..44909aa 100755
--- a/modules/base.nix
+++ b/modules/base.nix
@@ -112,7 +112,7 @@
};
environment.systemPackages = with pkgs; [
- wget
+ #wget
neofetch
lnav
pciutils
@@ -123,17 +123,17 @@
btop
duf
kitty.terminfo
- tmux
+ #tmux
jq
yq
pv
dig
cloud-utils
nix-output-monitor
- expect
+ #expect
unrar-wrapper
- arch-install-scripts
- debootstrap
+ #arch-install-scripts
+ #debootstrap
file
unzip
brotli
diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix
index 8b3d13f..f855aa3 100644
--- a/modules/software-templates/dotnet.client.nix
+++ b/modules/software-templates/dotnet.client.nix
@@ -18,7 +18,8 @@ in
environment.systemPackages = with pkgs; [
#`jetbrains.rider
(jetbrains.plugins.addPlugins jetbrains.rider [
- "github-copilot"
+ jetbrains.plugins.github-copilot-fixed
+ #"github-copilot"
"nixidea"
])
];
|