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 delfin
]; ];
hyprconf = {
monitor = [
# hyprctl monitors all
# ""
",highres@highrr,auto,auto"
];
};
sshExtraConfig = '' sshExtraConfig = ''
Host macair Host macair
User biscuit User biscuit
+1 -1
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: let {pkgs, ...}: let
info = import ../../info.nix; info = import ../../config.nix;
in { in {
home.packages = info.linux-apps pkgs; home.packages = info.linux-apps pkgs;
} }
+2 -2
View File
@@ -1,4 +1,4 @@
{...}: { {hyprconf, ...}: {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
@@ -8,7 +8,7 @@
"$browser" = "firefox"; "$browser" = "firefox";
"$bar" = "ags run"; "$bar" = "ags run";
monitor = [",highres@highrr,auto,auto"]; monitor = hyprconf.monitor;
exec = [ exec = [
"$bar" "$bar"