style: format code and remove redundant line

This commit is contained in:
Lucien Cartier-Tilet 2025-05-20 17:36:33 +02:00
parent c08eefcaff
commit ca04fc4cb7
Signed by: phundrak
SSH Key Fingerprint: SHA256:PKiD+T7oShFqdUOz1Yo8AIAtwFwCaNVoi0YmMobDd6E
2 changed files with 1 additions and 2 deletions

View File

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

View File

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