this repo has no description
0
fork

Configure Feed

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

Merge branch 'master' of github.com:ian-h-chamberlain/dotfiles

+3
+1
.config/nixos/prismo/configuration.nix
··· 64 64 # ========================================================================== 65 65 # Service configuration 66 66 # ========================================================================== 67 + services.cron.enable = true; 67 68 services.openssh.enable = true; 68 69 69 70 # Prevent lid sleep when plugged in
+2
.config/nixpkgs/home.nix
··· 57 57 58 58 home.packages = with pkgs; [ 59 59 docker-compose 60 + file 60 61 git-crypt 61 62 htop 62 63 lsb-release 63 64 pinentry-curses 65 + thefuck 64 66 tree 65 67 yadm 66 68 ];