From f6693f606a7258044b9629eadf805b1301747a9d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 11 May 2026 17:15:05 -0500 Subject: move libreX60 home into its own file --- hosts/libreX60/configuration.nix | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'hosts/libreX60/configuration.nix') diff --git a/hosts/libreX60/configuration.nix b/hosts/libreX60/configuration.nix index 74b7012..bf4f388 100644 --- a/hosts/libreX60/configuration.nix +++ b/hosts/libreX60/configuration.nix @@ -13,8 +13,9 @@ grub.biosDevice = "/dev/sda"; }; + # NOTE libre kernel removed, check back later # Use libre kernel - boot.kernelPackages = pkgs.linuxPackages-libre; + #boot.kernelPackages = pkgs.linuxPackages-libre; # Enable common options _archetypes = { @@ -39,26 +40,7 @@ # Configure home home-manager.users.timmy = { - gtk._mintTheme = { - dark = true; - color = "Red"; - icons.color = "Red"; - }; - fonts.fontconfig.defaultFonts.monospace = [ "TamzenForPowerline" ]; - gtk = { - font.name = "monospace"; - font.size = 8; - cursorTheme.size = 24; - }; - programs._st = { - enable = true; - font = { - name = "TamzenForPowerline"; - attrs = { - pixelsize = 14; - }; - }; - }; + imports = [ ./home.nix ]; }; system.stateVersion = "24.11"; -- cgit v1.2.3