some cleanup
This commit is contained in:
parent
e9e0917f95
commit
80aa739ff5
5 changed files with 9 additions and 39 deletions
|
@ -1,8 +1,7 @@
|
|||
{ inputs, lib, config, pkgs, ... }: let
|
||||
{ lib, config, pkgs, ... }: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (config) conf;
|
||||
in mkIf conf.apps.enable {
|
||||
nixpkgs.overlays = [ inputs.nur.overlay ];
|
||||
home-manager.users.${conf.username} = {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue