chore: fix lint

This commit is contained in:
Nickolaj Jepsen 2025-08-21 10:31:50 +02:00
parent 94194bf902
commit b02ef14ef1
17 changed files with 46 additions and 48 deletions

View file

@ -44,7 +44,7 @@ with lib; let
../modules/base
../modules/programs
(mkSystemImports hostname)
{ nixpkgs.config.allowUnfree = true; }
{nixpkgs.config.allowUnfree = true;}
]
++ modules
++ (

View file

@ -1,3 +1,3 @@
_: {
boot.loader.systemd-boot.windows."11".efiDeviceHandle = "HD1d";
}
}

View file

@ -1,7 +1,4 @@
{
config,
...
}: {
{config, ...}: {
hardware = {
graphics = {
enable = true;

View file

@ -4,4 +4,4 @@ _: {
environment.variables = {
WINE_EXPERIMENTAL_WAYLAND = "1";
};
}
}