clean
This commit is contained in:
@@ -1,20 +1,14 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
smayzy,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
inherit (lib) mkIf;
|
||||
in
|
||||
{
|
||||
options.smayzy.lf.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "set to true if you want to use a nvidia GC";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.lf.enable {
|
||||
config = mkIf smayzy.base-cli-pkgs.enable {
|
||||
xdg.configFile."lf/icons".source = ./icons;
|
||||
|
||||
programs.lf = {
|
||||
|
||||
Reference in New Issue
Block a user