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