nixos-config/modules/home-manager/default.nix
Gabriel Arazas 8377dba214
nixos/tinted-theming: remove
Entirely replaced with Bahaghari subproject now.
2024-02-25 20:00:54 +08:00

17 lines
367 B
Nix

{
imports = [
./files/mutable-files.nix
./programs/neovide.nix
./programs/pipewire.nix
./programs/pop-launcher.nix
./services/archivebox.nix
./services/activitywatch.nix
./services/bleachbit.nix
./services/distant.nix
./services/gallery-dl.nix
./services/matcha.nix
./services/plover.nix
./services/yt-dlp.nix
];
}