resolve all warnings

This commit is contained in:
Chris Kruining 2025-03-29 00:23:18 +01:00
parent ac8aee70c0
commit 53413050db
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
18 changed files with 20 additions and 32 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, ... }:
{
fileSystems."/home/chris/games" = {
device = "/dev/disk/by-label/games";

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, ... }:
{
modules = {
system.audio.enable = true;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, ... }:
{
imports = [ ./hardware.nix ];