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