From 6903daec322513777e26254d3a54abbd7ff1837c Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 16 Dec 2022 03:53:50 -0500 Subject: [PATCH] more stuff --- configuration.nix | 2 +- flake.nix | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 7d21735..7c63986 100644 --- a/configuration.nix +++ b/configuration.nix @@ -235,7 +235,7 @@ enable = true; allowBitmaps = true; defaultFonts = { - monospace = ["Maple Mono NF"]; + monospace = ["JetBrains Mono"]; sansSerif = ["Google Sans Text"]; }; hinting.style = "hintfull"; diff --git a/flake.nix b/flake.nix index 9a1db10..0f8baa3 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,6 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # Call hyprland - hyprland = { url = "github:hyprwm/Hyprland"; @@ -19,7 +18,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - }; @@ -37,8 +35,6 @@ }; }; - - homeConfigurations = { "notoh@nixos" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux;