this repo has no description
4
fork

Configure Feed

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

ya

+6 -1
+4
hosts/tkaronto/modules/iphone.nix
··· 1 + {pkgs, ...}: { 2 + services.usbmuxd.enable = true; 3 + environment.systemPackages = [pkgs.libimobiledevice]; 4 + }
+2 -1
users/modules/git/default.nix
··· 1 - { 1 + {pkgs, ...}: { 2 2 programs.git = { 3 3 enable = true; 4 4 extraConfig = { 5 5 pull.rebase = true; 6 6 safe.directory = "/etc/nixos"; 7 + diff.external = "${pkgs.difftastic}/bin/difft"; 7 8 }; 8 9 lfs.enable = true; 9 10 aliases = {