11 lines
No EOL
288 B
Nix
11 lines
No EOL
288 B
Nix
{ pkgs, theme, ... }: {
|
|
imports = [
|
|
./${theme}/mako-conf.nix
|
|
./${theme}/rofi-conf.nix
|
|
./${theme}/swaylock-conf.nix
|
|
./${theme}/wlogout-conf.nix
|
|
|
|
# GTK theme applied in home-manager/common/software/cli/bash.nix
|
|
./swayosd-conf.nix
|
|
];
|
|
} |