nix/hosts/nixos-laptop/home-manager/gnome/default.nix

6 lines
82 B
Nix
Raw Normal View History

2023-08-21 16:24:26 +02:00
{ ... }: {
2023-08-21 16:25:46 +02:00
imports = [
2023-08-21 16:27:19 +02:00
./gnome-conf.nix
./gnome-terminal-conf.nix
2023-08-21 16:24:26 +02:00
];
}