remove quickshell

This commit is contained in:
zack 2025-08-26 16:59:18 -04:00
parent 8bec2a9ac1
commit ae5e18bb21
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
112 changed files with 308 additions and 24684 deletions

View file

@ -41,7 +41,9 @@ with lib.custom; {
exit 0
'';
in {
package = pkgs.niri;
package = pkgs.niri.overrideAttrs (final: prev: {
patches = prev.patches ++ [../../../../fix-niri-nvidia.patch];
});
settings = {
# Input device configuration
@ -110,6 +112,27 @@ with lib.custom; {
rotation = 0;
flipped = false;
};
position = {
x = 2560;
y = 0;
};
};
outputs."DP-3" = {
enable = true; # Not explicitly 'off'
mode = {
width = 3840;
height = 2160;
refresh = 240.0;
};
variable-refresh-rate = "on-demand";
focus-at-startup = true;
scale = 1.5;
transform = {
# "normal"
rotation = 0;
flipped = false;
};
position = {
x = 0;
y = 0;