nix-config/modules/home-manager/default.nix
Oliver Davies 3a6a2f0bcc
All checks were successful
/ check (push) Successful in 1m38s
Move gtk configuration
2025-07-28 01:40:45 +01:00

9 lines
111 B
Nix

{
imports = [
./bookmarkthis.nix
./dev-commit.nix
./node.nix
./starship.nix
./zsh
];
}