Nix configurations for my homelab
0

Configure Feed

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

modules/gui: add anki-bin

+2
+2
modules/gui.nix
··· 165 165 # System-wide packages 166 166 environment.systemPackages = with pkgs; [ adwaita-icon-theme ]; 167 167 168 + # TODO: split these out better 168 169 # Per-user packages 169 170 users.users.mou.packages = with pkgs; [ 171 + anki-bin 170 172 foot 171 173 keepassxc 172 174 libsecret