mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix: make portals great again!
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
|
||||
]
|
||||
++ (if currentSystemDe == "niri" then [ ./niri.nix ] else [ ]);
|
||||
|
||||
programs = {
|
||||
gamescope = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user