mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
12 lines
203 B
Nix
12 lines
203 B
Nix
{
|
|
imports = [
|
|
./apps/spotify.nix
|
|
./apps/firefox.nix
|
|
./apps/chromium.nix
|
|
./apps/zed.nix
|
|
./apps/ghostty.nix
|
|
./apps/slack.nix
|
|
./apps/obsidian.nix
|
|
./apps/ferdium.nix
|
|
];
|
|
}
|