Merge remote-tracking branch 'origin/master'

This commit is contained in:
2021-08-20 14:48:39 -06:00
10 changed files with 27 additions and 24 deletions

View File

@@ -71,23 +71,20 @@
services.git-sync = {
enable = true;
repositories = [
{
name = "config";
repositories = {
config = {
path = "/home/imalison/config";
uri = "git@github.com:IvanMalison/config.git";
}
{
name = "org";
};
org = {
path = "/home/imalison/org";
uri = "git@github.com:IvanMalison/org.git";
}
{
name = "password-store";
};
password-store = {
path = "/home/imalison/.password-store";
uri = "git@github.com:IvanMalison/.password-store.git";
}
];
};
};
};
systemd.user.services.setxkbmap = {

View File

@@ -6,6 +6,7 @@
];
hardware.raspberry-pi."4".fkms-3d.enable = true;
hardware.raspberry-pi."4".audio.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_rpi4;
@@ -40,7 +41,6 @@
environment.systemPackages = with pkgs; [
raspberrypi-eeprom
piclone
];
nix = {