treewide: prune out xorg
This commit is contained in:
parent
b89253931d
commit
46c30b9d5d
16 changed files with 1 additions and 205 deletions
|
|
@ -20,7 +20,6 @@
|
|||
ccache
|
||||
corectrl
|
||||
flatpak
|
||||
#greetd_xorg
|
||||
greetd_wayland
|
||||
gui
|
||||
input
|
||||
|
|
@ -39,7 +38,6 @@
|
|||
./networking.nix
|
||||
./packages.nix
|
||||
|
||||
#../../users/rin/xorg.nix
|
||||
../../users/rin/wayland.nix
|
||||
];
|
||||
services.postgresql.ensureDatabases = [ "barista" "barista-dev" ];
|
||||
|
|
|
|||
|
|
@ -13,12 +13,4 @@
|
|||
];
|
||||
kernelPackages = lib.mkForce (pkgs.linuxPackagesFor pkgs.me.linux-lava);
|
||||
};
|
||||
services.xserver.xrandrHeads = [{
|
||||
output = "DP-1";
|
||||
primary = true;
|
||||
monitorConfig = ''
|
||||
Modeline "2560x1440_144.00" 808.75 2560 2792 3072 3584 1440 1443 1448 1568 -hsync +vsync
|
||||
Option "PreferredMode" "2560x1440_144.00"
|
||||
'';
|
||||
}];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue