feat: add light theme
This commit is contained in:
parent
1e8844c6a3
commit
fdee4f201d
8 changed files with 130 additions and 5 deletions
16
users/gandalf/modules/lsd/default.nix
Normal file
16
users/gandalf/modules/lsd/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ ... }: {
|
||||
|
||||
xdg.configFile."lsd/colors.yaml" = {
|
||||
source = ./light.yaml;
|
||||
};
|
||||
|
||||
programs.lsd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color = {
|
||||
theme = "custom";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue