configured lockscreen

This commit is contained in:
Rouven Seifert 2023-01-21 19:03:24 +01:00
parent fd3f3dd2a7
commit c8bca81c12
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 69 additions and 45 deletions

View file

@ -1,5 +1,6 @@
{ config, pkgs, ... }:
{
imports = [ ./fixes.nix ];
nixpkgs.config.allowUnfree = true;
users.users.rouven = {
isNormalUser = true;