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