6 lines
No EOL
83 B
Nix
6 lines
No EOL
83 B
Nix
{ config, pkgs, hostname, ... }: {
|
|
imports = [
|
|
# ./hyprland
|
|
./gnome
|
|
];
|
|
} |