feat: Added hyprshade
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
programs.
|
||||
bat = {
|
||||
{...}: {
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
# extraPackages = with pkgs.bat-extras; [batman batgrep batwatch];
|
||||
};
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
./aichat.nix
|
||||
./atuin.nix
|
||||
./bat.nix
|
||||
# ./bluetui.nix
|
||||
./carapace.nix
|
||||
./ddcbacklight.nix
|
||||
./direnv.nix
|
||||
./eilmeldung.nix
|
||||
./eza.nix
|
||||
./fastfetch.nix
|
||||
./fish.nix
|
||||
@@ -19,42 +19,43 @@
|
||||
./gh.nix
|
||||
./git.nix
|
||||
./himalaya.nix
|
||||
# ./mpd.nix
|
||||
./hyprshade.nix
|
||||
./ncpamixer.nix
|
||||
./neomutt.nix
|
||||
./neovim.nix
|
||||
# ./nh.nix
|
||||
./nix-index.nix
|
||||
./nushell.nix
|
||||
# ./omnix.nix
|
||||
./opencode.nix
|
||||
# ./retroarch.nix
|
||||
./rustup.nix
|
||||
# ./ryujinx.nix
|
||||
./sops.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
# ./sxiv.nix
|
||||
# ./tea.nix
|
||||
./television.nix
|
||||
./tmux.nix
|
||||
# ./tuifeed.nix
|
||||
./uv.nix
|
||||
# ./xh.nix
|
||||
./yazi.nix
|
||||
./yt-dlp.nix
|
||||
./zoxide.nix
|
||||
./eilmeldung.nix
|
||||
|
||||
# ./bluetui.nix
|
||||
# ./goread.nix
|
||||
# ./helix.nix
|
||||
# ./magika.nix
|
||||
# ./mpd.nix
|
||||
# ./mpris-scrobbler.nix
|
||||
# ./ncmpcpp.nix
|
||||
# ./neomutt.nix
|
||||
# ./neovim.nix
|
||||
# ./newsboat.nix
|
||||
# ./nh.nix
|
||||
# ./omnix.nix
|
||||
# ./retroarch.nix
|
||||
# ./ryujinx.nix
|
||||
# ./sxiv.nix
|
||||
# ./tea.nix
|
||||
# ./template.nix
|
||||
# ./tuifeed.nix
|
||||
# ./xh.nix
|
||||
# ./zellij.nix
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
|
||||
10
home/programs/hyprshade.nix
Normal file
10
home/programs/hyprshade.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs;
|
||||
lib.mkIf (device.is "ryu") [
|
||||
hyprshade
|
||||
];
|
||||
}
|
||||
@@ -35,13 +35,15 @@
|
||||
settings = {
|
||||
# source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
|
||||
render = {
|
||||
direct_scanout = true;
|
||||
cm_fs_passthrough = 1;
|
||||
cm_auto_hdr = 1;
|
||||
};
|
||||
experimental = {
|
||||
xx_color_management_v4 = true;
|
||||
cm_enabled = true;
|
||||
direct_scanout = 1; # 0 - off; 1 - on; 2 - auto based on `game`
|
||||
cm_fs_passthrough = 1; # 0 - off; 1 - always; 2 - hdr only
|
||||
send_content_type = true; # automatic monitor mode switch
|
||||
cm_auto_hdr = 1; # 0 - off; 1 - switch to cm,hdr 2; 2 - switch to cm,hdredid
|
||||
};
|
||||
# experimental = {
|
||||
# xx_color_management_v4 = true;
|
||||
# };
|
||||
monitorv2 = [
|
||||
{
|
||||
output = device.monitors.primary;
|
||||
|
||||
Reference in New Issue
Block a user