feat: Enable hdr in hyprland
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./caddy.nix
|
||||
./fail2ban.nix
|
||||
./gitea.nix
|
||||
./appflowy.nix
|
||||
|
||||
# ./jellyfin.nix
|
||||
# ./polaris.nix
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
services = {
|
||||
home-assistant = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
extraComponents = [
|
||||
"esphome"
|
||||
"met"
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
# ./sunshine.nix
|
||||
# ./ollama.nix
|
||||
# ./rsyncd.nix
|
||||
./samba.nix
|
||||
./tailscale.nix
|
||||
# ./sunshine.nix
|
||||
# ./zerotier.nix
|
||||
./tailscale.nix
|
||||
./samba.nix
|
||||
./mullvad.nix
|
||||
./openrgb.nix
|
||||
];
|
||||
services = {
|
||||
# hardware.openrgb.enable = true;
|
||||
mullvad-vpn.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
5
nixos/ryu/services/mullvad.nix
Normal file
5
nixos/ryu/services/mullvad.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
services = {
|
||||
mullvad-vpn.enable = true;
|
||||
};
|
||||
}
|
||||
5
nixos/ryu/services/openrgb.nix
Normal file
5
nixos/ryu/services/openrgb.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
services = {
|
||||
hardware.openrgb.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user