mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
change username to a global var
This commit is contained in:
parent
f080989d8b
commit
d17afc3fb3
6 changed files with 9 additions and 11 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, lib, config,... }:
|
||||
{ pkgs, lib, config, username, ... }:
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
profiles.frostphoenix = {
|
||||
profiles.${username} = {
|
||||
settings = {};
|
||||
isDefault = true;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue