Florian RICHER
a4a651133b
All checks were successful
check / check (push) Successful in 36s
- Support of gamescope for HDR - Best integration with udev devices - Add proton-ge
13 lines
No EOL
144 B
Nix
13 lines
No EOL
144 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./apps
|
|
./desktop
|
|
./hardware
|
|
./server
|
|
|
|
# Common configuration
|
|
./common.nix
|
|
];
|
|
} |