Added lorri to config

This commit is contained in:
KoenDR06 2024-07-30 23:58:21 +02:00
parent 4e4e51e1bb
commit b258c0b323
4 changed files with 10 additions and 5 deletions

View file

@ -30,6 +30,7 @@
home.packages = with pkgs; [
bitwarden
direnv
discord-ptb
docker-compose
file

View file

@ -39,6 +39,8 @@
time.timeZone = "Europe/Amsterdam";
services.lorri.enable = true;
services.tailscale.enable = true;
services.mullvad-vpn.enable = true;

View file

@ -35,11 +35,11 @@
programs.ssh.askPassword = lib.mkForce "/nix/store/qrzq7dqp8dkffb5dvi42q647dhm87ady-ksshaskpass-6.0.3/bin/ksshaskpass";
hardware.pulseaudio.enable = true;
# services.jack = {
# jackd.enable = true;
# alsa.enable = true;
# loopback.enable = false;
# };
services.jack = {
jackd.enable = true;
alsa.enable = true;
loopback.enable = false;
};
users.extraUsers.horseman.extraGroups = [ "jackaudio" ];
}

View file

@ -31,5 +31,7 @@
custom = "/home/horseman/nix-config/pkgs/zsh/";
theme = "jonathan";
};
shellInit = "eval \"$(direnv hook zsh)\"";
};
}