nixos-config/configs/home-manager/foo-dogsquared/modules/default.nix
Gabriel Arazas f544f3b93f
users/foo-dogsquared/programs/custom-homepage: init
YOOOOOOOOO! This is cool, a Nix-configurable homepage (made with Hugo)
by taking advantage of the way how data are merged within the virtual
filesystem, hell yeah.

Aaaaaand... its novelty wears off a minute later in my setup because
Tridactyl needs to override the tab. :/
2024-09-03 18:08:10 +08:00

26 lines
552 B
Nix

# Only optional modules should be imported here.
{
imports = [
./dotfiles.nix
./programs/browsers.nix
./programs/dconf.nix
./programs/doom-emacs.nix
./programs/email.nix
./programs/git.nix
./programs/jujutsu.nix
./programs/keys.nix
./programs/nixvim
./programs/custom-homepage.nix
./programs/research.nix
./programs/shell.nix
./programs/terminal-multiplexer.nix
./programs/vs-code.nix
./setups/desktop.nix
./setups/development.nix
./setups/fonts.nix
./setups/music.nix
];
}