non important commit
This commit is contained in:
parent
7d993015a0
commit
d6abe0c94c
3 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
hardware.graphics = {
|
||||
|
|
@ -20,7 +21,7 @@
|
|||
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
package = inputs.niri-flake.packages.${pkgs.system}.niri-stable;
|
||||
package = inputs.niri-flake.packages.${system}.niri-stable;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue