added hyprconf
This commit is contained in:
@@ -34,6 +34,14 @@
|
||||
delfin
|
||||
];
|
||||
|
||||
hyprconf = {
|
||||
monitor = [
|
||||
# hyprctl monitors all
|
||||
# ""
|
||||
",highres@highrr,auto,auto"
|
||||
];
|
||||
};
|
||||
|
||||
sshExtraConfig = ''
|
||||
Host macair
|
||||
User biscuit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{pkgs, ...}: let
|
||||
info = import ../../info.nix;
|
||||
info = import ../../config.nix;
|
||||
in {
|
||||
home.packages = info.linux-apps pkgs;
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user