Add Fifefox module
This commit is contained in:
parent
be9c200d0c
commit
cf609571f0
20 changed files with 153 additions and 168 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{ inputs, ...}:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
|
@ -5,5 +6,6 @@
|
|||
enableWideVine = true;
|
||||
};
|
||||
})
|
||||
inputs.nur.overlay
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue