some cleanup

This commit is contained in:
twoneis 2024-10-14 22:36:21 +02:00
parent e9e0917f95
commit 80aa739ff5
5 changed files with 9 additions and 39 deletions

View file

@ -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;