Use ignore patterns instead of empty argument sets

This commit is contained in:
SebastianStork 2025-04-30 11:13:40 +02:00
parent 3fe5c70433
commit 09e710df98
3 changed files with 3 additions and 6 deletions

View file

@ -1,5 +1,4 @@
{ ... }: _: {
{
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";
hardware = { hardware = {

View file

@ -1,4 +1,3 @@
{ ... }: _: {
{
imports = [ ../user.nix ]; imports = [ ../user.nix ];
} }

View file

@ -1,5 +1,4 @@
{ ... }: _: {
{
imports = [ ../home.nix ]; imports = [ ../home.nix ];
home.stateVersion = "24.11"; home.stateVersion = "24.11";