mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-19 06:56:14 +02:00
9 lines
56 B
Nix
9 lines
56 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./kde.nix
|
||
|
./sddm.nix
|
||
|
|
||
|
];
|
||
|
|
||
|
}
|