From 34a7a042a36b63eb6b900932b1e420e4b6014a57 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 5 May 2024 11:35:18 -0400 Subject: simplify some things (#353) * flake: drop flake-parts * flake: add back flake-parts * flake: use flake module again for configurations --- users/seth/module/programs/eza.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 users/seth/module/programs/eza.nix (limited to 'users/seth/module/programs/eza.nix') diff --git a/users/seth/module/programs/eza.nix b/users/seth/module/programs/eza.nix deleted file mode 100644 index 6280651..0000000 --- a/users/seth/module/programs/eza.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.seth.programs.eza; -in { - options.seth.programs.eza = { - enable = lib.mkEnableOption "eza configuration" // {default = config.seth.enable;}; - }; - - config = lib.mkIf cfg.enable { - programs.eza = { - enable = true; - icons = true; - }; - }; -} -- cgit v1.2.3