From e0be8e3040ef9a70b5426d9bfb38f6d2453ce8fc Mon Sep 17 00:00:00 2001 From: macronova Date: Mon, 24 Feb 2025 02:22:49 +0800 Subject: [PATCH] Remove insecure packages --- common/nix.nix | 10 +--------- common/users.nix | 1 + 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/common/nix.nix b/common/nix.nix index 496c3e4..fe604b2 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -10,13 +10,5 @@ trusted-users = [config.constants.userName]; }; }; - nixpkgs = { - config.allowUnfree = true; - config.permittedInsecurePackages = [ - "aspnetcore-runtime-6.0.36" - "aspnetcore-runtime-wrapped-6.0.36" - "dotnet-sdk-6.0.428" - "dotnet-sdk-wrapped-6.0.428" - ]; - }; + nixpkgs.config.allowUnfree = true; } diff --git a/common/users.nix b/common/users.nix index fd04607..4f6db08 100644 --- a/common/users.nix +++ b/common/users.nix @@ -104,6 +104,7 @@ in { enable = config.programs.plasma.enable; settings = { background_opacity = "0.96"; + hide_window_decorations = "yes"; remember_window_size = "no"; }; themeFile = "tokyo_night_moon";