1
0
forked from extern/nix-config

feat: Migrate xresources and cursor theme to nix

This commit is contained in:
Donovan Glover 2023-05-10 12:52:01 -04:00
parent 7dcaa2378e
commit 680668ede2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,18 @@
{ config, lib, nixpkgs, home-manager, hyprland, ... }: {
imports = [ home-manager.nixosModule ];
home-manager.users.user = { pkgs, ... }: {
home.file.".icons/default/index.theme".text = ''
[icon theme]
Inherits=phinger-cursors
'';
xresources.properties = {
"Xft.hinting" = true;
"Xft.antialias" = true;
"Xft.autohint" = false;
"Xft.lcdfilter" = "lcddefault";
"Xft.hintstyle" = "hintfull";
"Xft.rgba" = "rgb";
};
programs.kitty = {
enable = true;
settings = {