Added i3lock and autolocking for laptop

This commit is contained in:
Random936
2024-10-15 09:55:55 -07:00
parent b7d9bb3122
commit 7841f1f052
3 changed files with 12 additions and 2 deletions

View File

@@ -12,10 +12,12 @@
# Supported Filesystems
boot.supportedFilesystems = [ "ntfs" ];
# Hostname and User
networking.hostName = "randomctf";
# Import default user config
users.users.random = import ./user.nix;
# Networking
networking.hostName = "randomctf";
# Temporary fix for service failure.
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;