mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 13:59:24 -06:00
chore: changed nur import to new convention
This commit is contained in:
parent
41c5ec9b29
commit
2840b2af43
2 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
flake,
|
||||
nur,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
|
|
@ -22,6 +23,8 @@ in
|
|||
|
||||
{
|
||||
enable = true;
|
||||
# package = (flake.inputs.nixpkgs-stable.legacyPackages.${pkgs.system}.floorp);
|
||||
# package = pkgs.floorp-bin;
|
||||
profiles = {
|
||||
${user0} = {
|
||||
isDefault = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue