more stuff

This commit is contained in:
notohh 2022-12-16 03:53:50 -05:00
parent 74bf476622
commit 6903daec32
2 changed files with 1 additions and 5 deletions

View file

@ -235,7 +235,7 @@
enable = true;
allowBitmaps = true;
defaultFonts = {
monospace = ["Maple Mono NF"];
monospace = ["JetBrains Mono"];
sansSerif = ["Google Sans Text"];
};
hinting.style = "hintfull";

View file

@ -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;