add config option for username
This commit is contained in:
parent
7bb5c421f6
commit
1b3e9b1b34
9 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, config, pkgs, ... }: lib.mkIf config.user {
|
||||
home-manager.users.twoneis = {
|
||||
home-manager.users.${config.username} = {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue