Felix Schröter
8dcece0836
Create common system config and derive common server & desktop configs from it.
6 lines
58 B
Nix
6 lines
58 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./common.nix ];
|
|
}
|