refactor: revert username global var
This commit is contained in:
parent
d5b4b54403
commit
16f28bf227
11 changed files with 66 additions and 35 deletions
|
@ -1,6 +1,5 @@
|
|||
{ username, ... }:
|
||||
{
|
||||
services.getty = {
|
||||
autologinUser = "${username}";
|
||||
autologinUser = "rafiq";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
inputs,
|
||||
hostname,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -18,7 +17,7 @@ let
|
|||
in
|
||||
{
|
||||
security.pam.services.hyprlock = { };
|
||||
home-manager.users.${username} = {
|
||||
home-manager.users.rafiq = {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
package = inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock;
|
||||
|
|
2
systems/modules/programs/tailscale.nix
Normal file
2
systems/modules/programs/tailscale.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue