11 lines
212 B
Nix
11 lines
212 B
Nix
_: {
|
|
home-manager.users.buffet = {
|
|
programs.sioyek = {
|
|
enable = true;
|
|
|
|
#config = with import ../theme.nix; {
|
|
# background_color = makeRgbFloat primary.background;
|
|
#};
|
|
};
|
|
};
|
|
}
|