summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-26 06:56:31 +0200
committerRory& <root@rory.gay>2025-06-26 06:56:31 +0200
commite053ec86d6644b16bb6ff707ac633dae766f8b8a (patch)
tree383c744c1981265add61e5c66f991642258b412a /modules
parentAdd libmatrix fed test domain (diff)
downloadRory-Open-Architecture-e053ec86d6644b16bb6ff707ac633dae766f8b8a.tar.xz
Update desktop config, split up files
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/base.nix10
-rw-r--r--modules/software-templates/dotnet.client.nix3
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" ]) ];