From e053ec86d6644b16bb6ff707ac633dae766f8b8a Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 26 Jun 2025 06:56:31 +0200 Subject: Update desktop config, split up files --- modules/base.nix | 10 +++++----- modules/software-templates/dotnet.client.nix | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'modules') 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" ]) ]; -- cgit 1.5.1