mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 10:29:05 +02:00
Fixed firefox and rofi
This commit is contained in:
parent
89c429169d
commit
1c6b3c4a33
5 changed files with 172 additions and 115 deletions
10
flake.nix
10
flake.nix
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue