From ae4db4e60013db1d9a06126fa9e626bc0965fb5c Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 4 Dec 2024 08:13:07 +0100 Subject: Add Lix, fix desktop, fix Rider --- host/Rory-desktop/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'host') diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix index 465936c..80ef09d 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix @@ -15,6 +15,8 @@ args@{ ../../modules/packages/vim.nix # ../../modules/environments/home.nix ../../modules/software-templates/profilers.nix + ../../modules/software-templates/dotnet.client.nix + ./postgres.nix ./nginx.nix @@ -138,7 +140,7 @@ args@{ # - IDEs #jetbrains-toolbox - jetbrains.rider + #jetbrains.rider jetbrains.webstorm #jetbrains.clion #github-copilot-intellij-agent @@ -198,6 +200,7 @@ args@{ opensc eid-mw jitsi-meet-electron + nixd ]; environment.etc."pkcs11/modules/opensc-pkcs11".text = '' module: ${pkgs.opensc}/lib/opensc-pkcs11.so -- cgit 1.5.1