refactor: move sioyek into it's own file
This commit is contained in:
parent
b1493bcc49
commit
f3d98b311d
3 changed files with 12 additions and 1 deletions
|
@ -50,7 +50,6 @@ in {
|
|||
radare2
|
||||
ripgrep
|
||||
rr
|
||||
sioyek
|
||||
strace
|
||||
tokei
|
||||
trash-cli
|
||||
|
|
|
@ -12,6 +12,7 @@ _: {
|
|||
./newsboat.nix
|
||||
./nvim.nix
|
||||
./pipewire.nix
|
||||
./sioyek.nix
|
||||
./sway.nix
|
||||
];
|
||||
}
|
||||
|
|
11
programs/sioyek.nix
Normal file
11
programs/sioyek.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
_: {
|
||||
home-manager.users.buffet = {
|
||||
programs.sioyek = {
|
||||
enable = true;
|
||||
|
||||
#config = with import ../theme.nix; {
|
||||
# background_color = makeRgbFloat primary.background;
|
||||
#};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue