mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
7 lines
111 B
Nix
7 lines
111 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[ ./common.nix ./common-gui.nix ./hypr ./waybar ./mako ./fuzzel ];
|
|
}
|