more stuff
This commit is contained in:
parent
74bf476622
commit
6903daec32
2 changed files with 1 additions and 5 deletions
|
@ -235,7 +235,7 @@
|
|||
enable = true;
|
||||
allowBitmaps = true;
|
||||
defaultFonts = {
|
||||
monospace = ["Maple Mono NF"];
|
||||
monospace = ["JetBrains Mono"];
|
||||
sansSerif = ["Google Sans Text"];
|
||||
};
|
||||
hinting.style = "hintfull";
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
# Call hyprland
|
||||
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland";
|
||||
|
||||
|
@ -20,7 +19,6 @@
|
|||
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, self, hyprland, ... }@inputs: {
|
||||
|
@ -37,8 +35,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
homeConfigurations = {
|
||||
"notoh@nixos" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
|
|
Loading…
Reference in a new issue