This commit is contained in:
DashieTM 2024-07-11 01:33:07 +02:00
parent 755392bdb8
commit 27511925f3
22 changed files with 198 additions and 1650 deletions

View file

@ -1,12 +0,0 @@
{
imports = [
../../modules
];
wayland.windowManager.hyprland.settings.monitor = [
# default
"DP-1,1920x1080@144,0x0,1"
# all others
",highrr,auto,1"
];
conf.monitor = "DP-1";
}

View file

@ -10,5 +10,11 @@
device = 1;
};
hostname = "marmo";
hyprland.monitor = [
# default
"DP-1,1920x1080@144,0x0,1"
# all others
",highrr,auto,1"
];
};
}

View file

@ -1,6 +0,0 @@
{
imports = [
./marmo.nix
./configuration.nix
];
}