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

13 lines
123 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
./shell
2023-10-08 11:42:08 +02:00
./games
./desktop
2023-10-08 11:42:08 +02:00
];
2024-03-30 15:34:52 +01:00
2023-10-08 11:42:08 +02:00
}
2023-10-31 14:40:57 +01:00