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

6 lines
104 B
Nix
Raw Normal View History

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