7 lines
No EOL
126 B
Nix
7 lines
No EOL
126 B
Nix
{ config, pkgs, hostname, ... }: {
|
|
imports = [
|
|
./hyprland-conf.nix
|
|
./waybar-conf.nix
|
|
# ./gnome-dconf.nix
|
|
];
|
|
} |