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

6 lines
104 B
Nix
Raw Normal View History

2023-08-23 13:09:18 +02:00
{ hostname, username, ... }: {
2023-08-21 16:25:46 +02:00
imports = [
2023-08-21 16:27:19 +02:00
./gnome-conf.nix
2023-08-21 16:36:05 +02:00
# ./gnome-terminal-conf.nix
2023-08-21 16:24:26 +02:00
];
}