added hyprconf

This commit is contained in:
biscuit
2025-06-10 22:00:01 -05:00
parent 555fea04b4
commit 0e0b8a40c7
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -34,6 +34,14 @@
delfin
];
hyprconf = {
monitor = [
# hyprctl monitors all
# ""
",highres@highrr,auto,auto"
];
};
sshExtraConfig = ''
Host macair
User biscuit
+1 -1
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: let
info = import ../../info.nix;
info = import ../../config.nix;
in {
home.packages = info.linux-apps pkgs;
}
+2 -2
View File
@@ -1,4 +1,4 @@
{...}: {
{hyprconf, ...}: {
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
@@ -8,7 +8,7 @@
"$browser" = "firefox";
"$bar" = "ags run";
monitor = [",highres@highrr,auto,auto"];
monitor = hyprconf.monitor;
exec = [
"$bar"