more changes to the x1 system config & added font home-manager module credit to misterio77
This commit is contained in:
parent
04ec7debc9
commit
cd8b4270f4
6 changed files with 63 additions and 92 deletions
|
|
@ -2,7 +2,7 @@
|
|||
fontProfiles = {
|
||||
enable = true;
|
||||
monospace = {
|
||||
family = "JetBrains Nerd Font";
|
||||
family = "JetBrainsMono Nerd Font";
|
||||
package = pkgs.nerdfonts.override { fonts = [ "JetBrains" ]; };
|
||||
};
|
||||
regular = {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ rec {
|
|||
package = gtkThemeFromScheme { scheme = config.colorscheme; };
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Papirus";
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue