al.y@petalburg: add firefox

This commit is contained in:
Aly Raffauf 2024-12-15 13:45:59 -05:00
parent dfe415ac32
commit bf974d0915
2 changed files with 12 additions and 1 deletions

View file

@ -126,7 +126,14 @@
homeConfigurations = {
"aly@petalburg" = self.inputs.home-manager.lib.homeManagerConfiguration {
extraSpecialArgs = {inherit self;};
pkgs = import self.inputs.nixpkgs {system = "x86_64-linux";};
pkgs = import self.inputs.nixpkgs {
overlays = [
self.inputs.nur.overlays.default
self.overlays.default
];
system = "x86_64-linux";
};
modules = [
self.homeManagerModules.aly-petalburg

View file

@ -3,6 +3,10 @@ self: {
pkgs,
...
}: {
imports = [
./firefox
];
home = {
homeDirectory = "/var/home/aly";