change username to a global var

This commit is contained in:
Frost-Phoenix 2023-12-15 19:00:46 +01:00
parent f080989d8b
commit d17afc3fb3
6 changed files with 9 additions and 11 deletions

View file

@ -1,4 +1,3 @@
[audacious]
equalizer_active=TRUE
equalizer_bands=-1,1,2,2,1,0,0,-1,-1,-1

View file

@ -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; [