diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-02-27 04:21:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 04:21:35 +0000 |
| commit | 1bc494620a5bd0c8e691e560f99a791cd634a948 (patch) | |
| tree | ebf44f4c033abf47d9bd5790f96f54e0da03b5b5 | |
| parent | 88b1a388b3808a5edb97fd3bfde4e6dbd1aa7816 (diff) | |
lock screen
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index e08e382..60727d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,6 +61,8 @@ xkb.layout = "us"; xkb.variant = ""; }; + + # compostior services.picom.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. @@ -72,6 +74,9 @@ shell = pkgs.zsh; }; + # lock screen + programs.slock.enable = true; + home-manager = { users.ozpv = { imports = [ ./home.nix ]; |
