nix-config/users/willifan/graphical/default.nix

17 lines
135 B
Nix

{ pkgs, ... }:
{
imports = [
./dev
./games
./hyprland
./theme
./web
./kitty.nix
./thunar.nix
];
}