1
0
Fork 0
mirror of https://github.com/tboerger/nixos-config synced 2024-05-18 10:36:02 +02:00
github.com-tboerger-nixos-c.../home/thomas/desktop/default.nix
2024-01-30 14:00:26 +01:00

16 lines
169 B
Nix

{ pkgs, lib, config, options, ... }:
{
imports = [
./gnome.nix
./i3.nix
./sway.nix
];
options = {
profile = {
desktop = { };
};
};
}