biggg refactor, holy shit
This commit is contained in:
parent
a3da6ab3af
commit
4c55bc97f6
10 changed files with 111 additions and 394 deletions
|
|
@ -119,7 +119,31 @@
|
|||
inherit nix-colors;
|
||||
};
|
||||
users = {
|
||||
"noa" = import ./home.nix;
|
||||
"noa" = (import ../../common/home.nix) {
|
||||
enableGraphical = true;
|
||||
enableFlut = true;
|
||||
enableGames = true;
|
||||
displays = [
|
||||
{
|
||||
name = "DP-3";
|
||||
horizontal = 2560;
|
||||
vertical = 1440;
|
||||
horizontal-offset = 2560;
|
||||
vertical-offset = 0;
|
||||
refresh-rate = 360;
|
||||
scale = "1";
|
||||
}
|
||||
{
|
||||
name = "DP-2";
|
||||
horizontal = 2560;
|
||||
vertical = 1440;
|
||||
horizontal-offset = 0;
|
||||
vertical-offset = 0;
|
||||
refresh-rate = 144;
|
||||
scale = "1";
|
||||
}
|
||||
];
|
||||
};
|
||||
"root" = import ./root.nix;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue