formatted nix files using alejandra

This commit is contained in:
pagedmov
2024-10-31 22:33:10 -04:00
parent c6d381fc58
commit 495d90b0de
45 changed files with 1537 additions and 1504 deletions

View File

@@ -1,16 +1,14 @@
{
inputs,
nixpkgs,
nixvim,
nixvim,
config,
self,
username,
host,
...
}: {
imports =
[( import ./bootloader.nix )]
++ [( import ./network.nix )];
}: {
imports =
[(import ./bootloader.nix)]
++ [(import ./network.nix)];
}

View File

@@ -1,8 +1,6 @@
{host, ...}:
let
desktop = (host == "oganesson");
in
{
{host, ...}: let
desktop = host == "oganesson";
in {
networking = {
networkmanager.enable = true;
hostName =