11 lines
125 B
Nix
11 lines
125 B
Nix
{ flake, pkgs, lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./gpg.nix
|
|
./pc.nix
|
|
./dev.nix
|
|
./gaming.nix
|
|
./plasma.nix
|
|
];
|
|
} |