17 lines
270 B
Nix
17 lines
270 B
Nix
# This file contains default settings used across different systems
|
|
{
|
|
imports = [
|
|
./themes/vanilla.nix
|
|
./graphical
|
|
./terminal
|
|
./desktop
|
|
./hyprland
|
|
./hyprlock
|
|
./services
|
|
./rofi
|
|
./sway
|
|
./waybar
|
|
./hyprpaper
|
|
./swaync
|
|
];
|
|
}
|