Remove insecure packages
This commit is contained in:
parent
3bbd91b5d0
commit
e0be8e3040
2 changed files with 2 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue