nix/hosts/nixos-laptop/home-manager/default.nix
2023-08-21 23:27:19 +09:00

6 lines
No EOL
83 B
Nix

{ config, pkgs, hostname, ... }: {
imports = [
# ./hyprland
./gnome
];
}