forked from colonelpanic/dotfiles
Merge remote-tracking branch 'origin/master'
This commit is contained in:
Submodule nixos/home-manager updated: ad5aea1a32...ec260995e2
@@ -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 = {
|
||||
|
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user