17 lines
158 B
Nix
17 lines
158 B
Nix
{ pkgs, home-manager-unstable, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./dev
|
|
./games
|
|
./hyprland
|
|
./theme
|
|
./web
|
|
|
|
./kitty.nix
|
|
./thunar.nix
|
|
];
|
|
|
|
}
|
|
|