mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added iso
This commit is contained in:
parent
0dbcbb6b19
commit
1bf13e57be
10 changed files with 71 additions and 17 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
ceres
|
||||
phobos
|
||||
eris
|
||||
nixos
|
||||
;
|
||||
inherit (config.people)
|
||||
user0
|
||||
|
|
@ -162,5 +163,15 @@ in
|
|||
;
|
||||
};
|
||||
};
|
||||
"${nixos.name}-${user0}" = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
cli
|
||||
firefox
|
||||
ghostty
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
11
modules/home/gui/apps/browsers/firefox/default.nix
Normal file
11
modules/home/gui/apps/browsers/firefox/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
firefox
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue