mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
firefox: Set glance as homepage
This commit is contained in:
parent
28140db830
commit
fab7e3ed3d
2 changed files with 21 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
self,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
allHosts,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -40,7 +41,14 @@
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit inputs self pkgs-unstable; };
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
inputs
|
||||
self
|
||||
pkgs-unstable
|
||||
allHosts
|
||||
;
|
||||
};
|
||||
users.seb = "${self}/users/seb/@${config.networking.hostName}/home.nix";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue