diff --git a/machines/asus/fonts.nix b/machines/asus/fonts.nix index 390d4a2..4554493 100644 --- a/machines/asus/fonts.nix +++ b/machines/asus/fonts.nix @@ -1,15 +1,5 @@ { pkgs, systemConfiguration, systemFonts, ... }: -(with pkgs; systemFonts [ - (nerdfonts.override { - fonts = [ - "JetBrainsMono" - ]; - }) -]) - -// - (systemConfiguration { console = { earlySetup = true; @@ -19,3 +9,13 @@ ]; }; }) + +// + +(with pkgs; systemFonts [ + (nerdfonts.override { + fonts = [ + "JetBrainsMono" + ]; + }) +]) diff --git a/machines/asus/helix/default.nix b/machines/asus/helix/default.nix index d3fbe3a..5e482a2 100644 --- a/machines/asus/helix/default.nix +++ b/machines/asus/helix/default.nix @@ -1,4 +1,4 @@ -{ pkgs, homeConfiguration, systemPackages, imports, enabled, ... }: +{ pkgs, systemPackages, homeConfiguration, imports, enabled, ... }: (with pkgs; systemPackages [ xclip @@ -7,10 +7,8 @@ // (homeConfiguration "nixos" { - programs.nushell = { - environmentVariables = { - EDITOR = "hx"; - }; + programs.nushell.environmentVariables = { + EDITOR = "hx"; }; programs.helix = enabled { diff --git a/machines/asus/python/default.nix b/machines/asus/python/default.nix index 95de22f..6902074 100644 --- a/machines/asus/python/default.nix +++ b/machines/asus/python/default.nix @@ -1,4 +1,4 @@ -{ pkgs, homeConfiguration, systemPackages, enabled, ... }: +{ pkgs, systemPackages, homeConfiguration, enabled, ... }: (with pkgs; systemPackages [ (python311.withPackages (pkgs: with pkgs; [