style: format code and remove redundant line

This commit is contained in:
2025-05-20 17:36:33 +02:00
parent c08eefcaff
commit ca04fc4cb7
2 changed files with 1 additions and 2 deletions

View File

@@ -60,7 +60,6 @@
security.rtkit.enable = true; security.rtkit.enable = true;
nix.settings.trusted-users = ["root" "phundrak"]; nix.settings.trusted-users = ["root" "phundrak"];
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
clinfo # AMD clinfo # AMD

View File

@@ -1,4 +1,4 @@
{pkgs, ...}:{ {pkgs, ...}: {
programs.gpg = { programs.gpg = {
enable = true; enable = true;
mutableKeys = true; mutableKeys = true;