From 91f8d570e2121c78fb6b83fd4e7c8b601057d57f Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 8 Feb 2025 19:36:31 +0100 Subject: Add laptop --- modules/software-templates/dotnet.client.nix | 2 +- modules/users/Rory.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/software-templates/dotnet.client.nix b/modules/software-templates/dotnet.client.nix index 6f1fdd8..2c043db 100644 --- a/modules/software-templates/dotnet.client.nix +++ b/modules/software-templates/dotnet.client.nix @@ -17,6 +17,6 @@ in #imports = [ ./dotnet.nix ]; environment.systemPackages = with pkgs; [ #`jetbrains.rider - (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" ]) + (jetbrains.plugins.addPlugins jetbrains.rider [ "github-copilot" "nixidea" ]) ]; } diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix index 98696fe..b7814ad 100755 --- a/modules/users/Rory.nix +++ b/modules/users/Rory.nix @@ -7,6 +7,7 @@ "wheel" "libvirtd" "ocp" + "networkmanager" ]; packages = with pkgs; [ lnav -- cgit 1.5.1