This commit is contained in:
parent
349623dda8
commit
3dfe40e4e2
55 changed files with 67 additions and 75 deletions
|
@ -32,7 +32,7 @@ let
|
|||
mantle = "292c3c";
|
||||
crust = "232634";
|
||||
|
||||
hex = mapAttrs (name: value: "#${value}") colour;
|
||||
hex = mapAttrs (_name: value: "#${value}") colour;
|
||||
};
|
||||
in {
|
||||
home.file.".xsettingsd".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue