mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
Gabriel Arazas
db2da4d7d2
It doesn't fit with the public module requirement of no reliance of third-party modules anymore as we'll be using Bahaghari at the near future.
18 lines
403 B
Nix
18 lines
403 B
Nix
{
|
|
imports = [
|
|
./programs/blender.nix
|
|
./programs/cardboard-wm.nix
|
|
./programs/distrobox.nix
|
|
./programs/gnome-session
|
|
./programs/pop-launcher.nix
|
|
./programs/sessiond
|
|
./programs/wezterm.nix
|
|
./services/archivebox.nix
|
|
./services/gallery-dl.nix
|
|
./services/wezterm-mux-server.nix
|
|
./services/vouch-proxy.nix
|
|
./services/yt-dlp.nix
|
|
./tinted-theming.nix
|
|
];
|
|
}
|