fixes
This commit is contained in:
parent
38deff2315
commit
b76ff43f4e
4 changed files with 139 additions and 2 deletions
|
|
@ -13,16 +13,32 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bibata-cursors
|
||||
nerd-fonts.victor-mono
|
||||
gimp
|
||||
darktable
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.victor-mono
|
||||
];
|
||||
|
||||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
antialias = true;
|
||||
defaultFonts.monospace = [ "VictorMono Nerd Font" ];
|
||||
hinting = {
|
||||
enable = true;
|
||||
style = "slight";
|
||||
};
|
||||
defaultFonts.monospace = [ "VictorMono Nerd Font Mono" ];
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 24;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Persist ~/.config/cosmic after setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue