Make hyprland + network config system dependent
This commit is contained in:
@ -17,6 +17,32 @@ rec {
|
||||
|
||||
config = {
|
||||
modules = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
theme = "Three-Bears";
|
||||
|
||||
kb-layout = "us";
|
||||
kb-variant = "altgr-intl";
|
||||
|
||||
monitors = ''
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = HDMI-A-1, 2560x1440@144, 1920x0, 1
|
||||
monitor = HDMI-A-2, 1920x1080@60, 0x0, 1
|
||||
|
||||
# I have the first 9 workspaces on the main monitor, the last one on the secondary monitor
|
||||
wsbind = 1, HDMI-A-1
|
||||
wsbind = 2, HDMI-A-1
|
||||
wsbind = 3, HDMI-A-1
|
||||
wsbind = 4, HDMI-A-1
|
||||
wsbind = 5, HDMI-A-1
|
||||
wsbind = 6, HDMI-A-1
|
||||
wsbind = 7, HDMI-A-1
|
||||
wsbind = 8, HDMI-A-1
|
||||
wsbind = 9, HDMI-A-1
|
||||
wsbind = 10, HDMI-A-2
|
||||
'';
|
||||
};
|
||||
|
||||
audio = {
|
||||
enable = false;
|
||||
|
||||
|
Reference in New Issue
Block a user