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;
|
enable = true;
|
||||||
allowBitmaps = true;
|
allowBitmaps = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = ["Maple Mono NF"];
|
monospace = ["JetBrains Mono"];
|
||||||
sansSerif = ["Google Sans Text"];
|
sansSerif = ["Google Sans Text"];
|
||||||
};
|
};
|
||||||
hinting.style = "hintfull";
|
hinting.style = "hintfull";
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
# Call hyprland
|
# Call hyprland
|
||||||
|
|
||||||
hyprland = {
|
hyprland = {
|
||||||
url = "github:hyprwm/Hyprland";
|
url = "github:hyprwm/Hyprland";
|
||||||
|
|
||||||
|
@ -20,7 +19,6 @@
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, home-manager, self, hyprland, ... }@inputs: {
|
outputs = { nixpkgs, home-manager, self, hyprland, ... }@inputs: {
|
||||||
|
@ -37,8 +35,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"notoh@nixos" = home-manager.lib.homeManagerConfiguration {
|
"notoh@nixos" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
|
|
Loading…
Reference in a new issue