mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
6 lines
166 B
Nix
6 lines
166 B
Nix
{
|
|
monitors = import ./monitors.nix;
|
|
colorscheme = import ./colorscheme.nix;
|
|
wallpapers = import ./wallpaper.nix;
|
|
desktopShell = import ./desktop-shell.nix;
|
|
}
|