Fixed firefox and rofi

This commit is contained in:
Julien Malka 2021-12-20 17:33:08 +01:00
parent 89c429169d
commit 1c6b3c4a33
5 changed files with 172 additions and 115 deletions

View file

@ -19,13 +19,17 @@
hardware = {
url = "github:NixOS/nixos-hardware";
};
unstable = {
url = "github:NixOS/nixpkgs/nixos-unstable";
};
};
outputs = { self, home-manager, nixpkgs, neovim-nightly-overlay, nur, ... }@inputs:
outputs = { self, home-manager, nixpkgs, unstable, neovim-nightly-overlay, nur, ... }@inputs:
let
utils = import ./utils.nix { inherit nixpkgs home-manager inputs; };
pkgs = import nixpkgs { };
utils = import ./utils.nix { inherit nixpkgs home-manager inputs; nixpkgs-unstable = unstable; };
#pkgs = import nixpkgs { };
in
with utils;
{