mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
13 lines
167 B
Nix
13 lines
167 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./waybar.nix
|
|
./wofi.nix
|
|
./mako.nix
|
|
./sway.nix
|
|
./gammastep.nix
|
|
./konawall.nix
|
|
./packages.nix
|
|
];
|
|
}
|