hyprlock and new fonts switch to Monaspace

This commit is contained in:
foglar 2024-12-25 21:05:09 +01:00
parent d23e380203
commit 358c86a94c
4 changed files with 23 additions and 7 deletions

View File

@ -1,4 +0,0 @@
{
"tabWidth": 4,
"useTabs": true
}

View File

@ -61,6 +61,11 @@
};
services.udisks2.enable = true;
security = {
polkit.enable = true;
pam.services.hyprlock = {};
};
})
];
}

View File

@ -1,6 +1,7 @@
{
lib,
config,
pkgs,
pkgs-stable,
userSettings,
...
@ -32,9 +33,24 @@
terminal = 12;
};
serif = {
package = pkgs.nerd-fonts.monaspace;
name = "Monaspace Xenon";
};
sansSerif = {
package = pkgs.nerd-fonts.monaspace;
name = "Monaspace Argon";
};
monospace = {
name = "JetBrainsMono Nerd Font";
package = pkgs-stable.nerdfonts.override {fonts = ["JetBrainsMono"];};
package = pkgs.nerd-fonts.monaspace;
name = "Monaspace Neon";
};
emoji = {
package = pkgs-stable.noto-fonts-emoji;
name = "Noto Color Emoji";
};
};
};

View File

@ -67,7 +67,6 @@
};
home.file = {
".config/hypr/hyprlock.conf".source = ../config/hyprlock.conf;
".config/hypr/mocha.conf".source = ../config/mocha.conf;
".config/hypr/hypridle.conf".source = ../config/hypridle.conf;
".prettierrc".text = ''