nix config
at deck 14 lines 557 B view raw
1# Add your reusable NixOS modules to this directory, on their own file (https://nixos.wiki/wiki/Module). 2# These should be stuff you would like to share with others, not your personal configurations. 3 4{ 5 # List your module files here 6 wallabag = import ./wallabag.nix; 7 gonic = import ./gonic.nix; 8 hesienbridge = import ./heisenbridge.nix; 9 wireguard = import ./wireguard.nix; 10 backup = import ./backup.nix; 11 ulogger-server = import ./ulogger.nix; 12 gpodder2go = import ./gpodder2go.nix; 13 # microbin = import ./microbin.nix; # includide in 23.11 14}