fix some hyprland stuff

This commit is contained in:
mjallen18
2025-07-23 11:57:44 -05:00
parent 1bc7856d93
commit fa2d95e12f
48 changed files with 307 additions and 134 deletions

View File

@@ -20,7 +20,7 @@ with lib;
default = "3840x2160";
};
refreshRate = mkOptions {
refreshRate = mkOption {
type = types.str;
default = "240.00000";
};
@@ -37,7 +37,7 @@ with lib;
default = "3840x2160";
};
refreshRate = mkOptions {
refreshRate = mkOption {
type = types.str;
default = "240.00000";
};
@@ -99,7 +99,7 @@ with lib;
terminal = mkOption { type = types.package; default = pkgs.kitty; };
office = mkOption { type = types.package; default = pkgs.onlyoffice-bin_latest; };
video = mkOption { type = types.package; default = pkgs.vlc; };
imageViewer = mkOption { type = types.package; default = pkgs.gnome-photos; };
imageViewer = mkOption { type = types.package; default = pkgs.nomacs; };
};
};
description = "Default applications used across the system.";