services.xresources -> krebs.xresources
This commit is contained in:
parent
ccf5161e7b
commit
5b86fe1cd6
@ -44,6 +44,7 @@ let
|
|||||||
./tinc_graphs.nix
|
./tinc_graphs.nix
|
||||||
./urlwatch.nix
|
./urlwatch.nix
|
||||||
./repo-sync.nix
|
./repo-sync.nix
|
||||||
|
./xresources.nix
|
||||||
./zones.nix
|
./zones.nix
|
||||||
];
|
];
|
||||||
options.krebs = api;
|
options.krebs = api;
|
||||||
|
@ -41,7 +41,7 @@ in {
|
|||||||
default = "-*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1";
|
default = "-*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config.services.xresources.resources.X = ''
|
config.krebs.xresources.resources.X = ''
|
||||||
*.font: ${config.lass.fonts.regular}
|
*.font: ${config.lass.fonts.regular}
|
||||||
*.boldFont: ${config.lass.fonts.bold}
|
*.boldFont: ${config.lass.fonts.bold}
|
||||||
*.italicFont: ${config.lass.fonts.italic}
|
*.italicFont: ${config.lass.fonts.italic}
|
||||||
@ -113,6 +113,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.urxvtd.enable = true;
|
services.urxvtd.enable = true;
|
||||||
services.xresources.enable = true;
|
krebs.xresources.enable = true;
|
||||||
lass.screenlock.enable = true;
|
lass.screenlock.enable = true;
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ with import <stockholm/lib>;
|
|||||||
{
|
{
|
||||||
services.urxvtd.enable = true;
|
services.urxvtd.enable = true;
|
||||||
|
|
||||||
services.xresources.resources.urxvt = ''
|
krebs.xresources.resources.urxvt = ''
|
||||||
URxvt*SaveLines: 4096
|
URxvt*SaveLines: 4096
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt*urgentOnBell: true
|
URxvt*urgentOnBell: true
|
||||||
|
@ -12,6 +12,5 @@ _:
|
|||||||
./umts.nix
|
./umts.nix
|
||||||
./usershadow.nix
|
./usershadow.nix
|
||||||
./xserver
|
./xserver
|
||||||
./xresources.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,7 @@ let
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.xresources.resources.dpi = ''
|
krebs.xresources.resources.dpi = ''
|
||||||
${optionalString (xcfg.dpi != null) "Xft.dpi: ${toString xcfg.dpi}"}
|
${optionalString (xcfg.dpi != null) "Xft.dpi: ${toString xcfg.dpi}"}
|
||||||
'';
|
'';
|
||||||
systemd.services.urxvtd = {
|
systemd.services.urxvtd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user