mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
Gabriel Arazas
2a2526f196
Even though it's pointless in practice since it needs firewall for security-oriented systems but still... could be useful for desktop systems where security is permissive.
18 lines
389 B
Nix
18 lines
389 B
Nix
{
|
|
imports = [
|
|
./files/mutable-files.nix
|
|
./programs/neovide.nix
|
|
./programs/pipewire.nix
|
|
./programs/pop-launcher.nix
|
|
./programs/zed-editor.nix
|
|
./services/archivebox.nix
|
|
./services/bleachbit.nix
|
|
./services/distant.nix
|
|
./services/gallery-dl.nix
|
|
./services/gonic.nix
|
|
./services/matcha.nix
|
|
./services/plover.nix
|
|
./services/yt-dlp.nix
|
|
];
|
|
}
|