Remove insecure packages

This commit is contained in:
Invariantspace 2025-02-24 02:22:49 +08:00
parent 3bbd91b5d0
commit e0be8e3040
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 2 additions and 9 deletions

View file

@ -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;
}

View file

@ -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";