Update flake
This commit is contained in:
parent
a2e5f43a1f
commit
0ffb8047b2
5 changed files with 36 additions and 38 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home-manager.users.${config.constants.userName} = {
|
||||
{ config, pkgs, ... }: let usr = config.constants.userName; in {
|
||||
home-manager.users.${usr} = {
|
||||
home.packages = with pkgs; [
|
||||
exactaudiocopy
|
||||
haruna
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
enable = true;
|
||||
displayManager = {
|
||||
defaultSession = "plasmawayland";
|
||||
autoLogin.user = "macronova";
|
||||
autoLogin.user = usr;
|
||||
sddm = {
|
||||
enable = true;
|
||||
autoLogin.relogin = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue