nixos-config/configurations/profile/os/default.nix

11 lines
93 B
Nix
Raw Normal View History

2023-10-08 11:42:08 +02:00
{ config, pkgs, ... }:
2023-10-31 14:40:57 +01:00
{
2023-10-08 11:42:08 +02:00
imports = [
./nix.nix
./fonts.nix
2023-10-31 14:40:57 +01:00
2023-10-08 11:42:08 +02:00
./games
];
2024-03-30 15:34:52 +01:00
2023-10-08 11:42:08 +02:00
}
2023-10-31 14:40:57 +01:00