mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
feat: use unstable for thinkpads, only fetch used krops inputs
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
colourPairs = lib.getAttrs colourNames colours;
|
||||
in {
|
||||
"alacritty/alacritty.yml".source = (pkgs.formats.yaml {}).generate "alacritty.yml" {
|
||||
background_opacity = 0.9;
|
||||
window.opacity = 0.9;
|
||||
colors = {
|
||||
primary = {inherit (colours) background foreground;};
|
||||
normal = lib.mapAttrs (_: colour: colour.dark) colourPairs;
|
||||
|
||||
Reference in New Issue
Block a user