my nixos flake :3 (git.koi.rip mirror) git.koi.rip/koi/flake
nixos catppuccin linux dotfiles neovim
0

Configure Feed

Select the types of activity you want to include in your feed.

podman: init

june (Jun 24, 2026, 7:17 PM +0200) 11753815 20535a97

+6
+1
home/services/default.nix
··· 2 2 imports = [ 3 3 ./graphical 4 4 ./discord 5 + ./podman 5 6 ]; 6 7 }
+5
home/services/podman/default.nix
··· 1 + { 2 + services.podman = { 3 + enable = true; 4 + }; 5 + }