mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
nix: firefox
This commit is contained in:
parent
39eabd9c51
commit
c82f504385
9 changed files with 299 additions and 12 deletions
|
|
@ -19,6 +19,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
nur.url = "github:nix-community/NUR";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -28,8 +29,14 @@
|
|||
nix-darwin,
|
||||
home-manager,
|
||||
plasma-manager,
|
||||
nur,
|
||||
...
|
||||
} @ inputs: let
|
||||
overlays = [ nur.overlays.default ];
|
||||
forSystem = system: import nixpkgs {
|
||||
inherit system overlays;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
specialArgs = {inherit inputs;};
|
||||
in {
|
||||
nixosConfigurations.zp = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -57,7 +64,7 @@
|
|||
];
|
||||
};
|
||||
homeConfigurations.js0ny = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||
pkgs = forSystem "x86_64-linux";
|
||||
extraSpecialArgs = specialArgs;
|
||||
modules = [
|
||||
./users/js0ny
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue