11 lines
178 B
Nix
11 lines
178 B
Nix
# This file contains default settings used across different systems
|
|
{
|
|
imports = [
|
|
./hypridle
|
|
./hyprland
|
|
./foot.nix
|
|
./graphical
|
|
./terminal
|
|
./rofi
|
|
];
|
|
}
|