(desktop) Gen 494: reformatted several files using alejandra
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
{ host, inputs, pkgs, config, self, username, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./../../modules/sys
|
||||
./hardware.nix
|
||||
./boot.nix
|
||||
./services.nix
|
||||
./environment.nix
|
||||
./settings.nix
|
||||
];
|
||||
host,
|
||||
inputs,
|
||||
pkgs,
|
||||
config,
|
||||
self,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./../../modules/sys
|
||||
./hardware.nix
|
||||
./boot.nix
|
||||
./services.nix
|
||||
./environment.nix
|
||||
./settings.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user