Add Fifefox module

This commit is contained in:
Yorick Barbanneau 2023-12-29 00:38:04 +01:00
parent be9c200d0c
commit cf609571f0
20 changed files with 153 additions and 168 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, stateVersion, hostname, username, hostConfig, ... }:
{ pkgs, lib, stateVersion, hostname, username, hostConfig, ... }:
{
imports =
[ # Include the results of the hardware scan.
@ -66,7 +66,6 @@
../home-manager/cli
] ++ (if hostConfig.desktop then
[
../home-manager/firefox
../home-manager/foot.nix
../home-manager/zathura.nix
../home-manager/imv.nix

View file

@ -1,3 +1,4 @@
{ inputs, ...}:
{
nixpkgs.overlays = [
(final: prev: {
@ -5,5 +6,6 @@
enableWideVine = true;
};
})
inputs.nur.overlay
];
}