Merge remote-tracking branch 'origin/nixos' into nixos-work
This commit is contained in:
commit
e3b6e0d35a
5 changed files with 22 additions and 20 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue