mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-19 06:56:14 +02:00
14 lines
140 B
Nix
14 lines
140 B
Nix
{ config, pkgs, lib, ... }:
|
|
{
|
|
imports =
|
|
[
|
|
./secrets
|
|
./configuration.nix
|
|
./nvidia.nix
|
|
./plasma.nix
|
|
];
|
|
|
|
|
|
|
|
}
|