feat(programs): add opencode configuration
Enable 'opencode.nix' and update associated configurations.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
./yt-dlp.nix
|
||||
./zoxide.nix
|
||||
./neovim.nix
|
||||
./opencode.nix
|
||||
|
||||
# ./goread.nix
|
||||
# ./helix.nix
|
||||
|
||||
5
home/programs/opencode.nix
Normal file
5
home/programs/opencode.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -1,7 +1,15 @@
|
||||
{device, ...}: {
|
||||
{
|
||||
device,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.eww = {
|
||||
enable = device.is "ryu";
|
||||
enableFishIntegration = true;
|
||||
configDir = ./eww;
|
||||
};
|
||||
# xdg.configFile = {
|
||||
# eww = {
|
||||
# source = "${config.home.homeDirectory}/Projects/dotfiles/home/services/eww";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
transform = 0;
|
||||
supports_wide_color = 1;
|
||||
supports_hdr = 1;
|
||||
# bitdepth = 10;
|
||||
bitdepth = 10;
|
||||
# cm = "hdr";
|
||||
# sdrbrightness = 0.005;
|
||||
# sdrsaturation = 200;
|
||||
|
||||
Reference in New Issue
Block a user