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

6 lines
83 B
Nix
Raw Normal View History

2023-08-15 09:29:39 +02:00
{ config, pkgs, hostname, ... }: {
imports = [
2023-08-21 16:27:19 +02:00
# ./hyprland
2023-08-21 16:24:26 +02:00
./gnome
2023-08-15 09:29:39 +02:00
];
}