This commit is contained in:
2023-04-12 20:32:07 +02:00
committed by soraefir
parent 10fbbc2654
commit a57512f3e5
90 changed files with 5470 additions and 4 deletions

25
hosts/iriy/home.nix Executable file
View File

@@ -0,0 +1,25 @@
{config, pkgs, ...}:
{
imports = [
../_/home.nix
];
services.kanshi = {
enable = true;
systemdTarget = "graphical-session.target";
profiles = {
default = {
outputs = [
{
criteria = "CEX CX133 0x00000001";
mode = "1920x1200@59.972";
position = "0,0";
status = "enable";
}
];
};
};
};
}