added hyprconf
This commit is contained in:
@@ -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,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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user