remove quickshell
This commit is contained in:
parent
8bec2a9ac1
commit
ae5e18bb21
112 changed files with 308 additions and 24684 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue