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;