My nixos configuration
2
fork

Configure Feed

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

fix(home): user rustic from master

+1
+1
home/configurations/nmelzer@mimas.nix
··· 76 76 77 77 rustic = { 78 78 enable = true; 79 + package = self.packages.x86_64-linux.rustic-rs; 79 80 globs = let 80 81 mkHome = e: "${config.home.homeDirectory}/${e}"; 81 82 mkIgnore = e: "!${e}";