Merge remote-tracking branch 'origin/nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2022-11-17 08:47:59 +01:00
commit e3b6e0d35a
5 changed files with 22 additions and 20 deletions

View file

@ -101,7 +101,10 @@ with lib; {
};
};
programs.xss-lock.enable = true;
programs.xss-lock = {
enable = true;
lockerCommand = "${pkgs.i3lock-fancy-rapid}/bin/i3lock-fancy-rapid 10 5";
};
environment.systemPackages = with pkgs; [
# nix
@ -123,6 +126,7 @@ with lib; {
tlaplusToolbox
vlc
thunderbird
plantuml
];
home-manager.users.moritz = {