From c9becd28bf4c7acd30340512eb1cb1da105f9da7 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 7 Feb 2025 18:33:14 -0800 Subject: migration: cloc --- roles/home/dev/default.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 roles/home/dev/default.nix (limited to 'roles/home/dev/default.nix') diff --git a/roles/home/dev/default.nix b/roles/home/dev/default.nix deleted file mode 100644 index e451d76..0000000 --- a/roles/home/dev/default.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, pkgs, lib, inputs, ... }: -with lib; - -let cfg = config.home.roles.dev; in { - imports = [ - ./git.nix - ./vim.nix - ./vscode.nix - ]; - - options.home.roles.dev = { - enable = mkEnableOption "dev home role"; - - key = mkOption { - type = types.str; - description = "git signing key"; - }; - }; - - config = mkIf cfg.enable { - home.packages = with pkgs; [ - cloc - ]; - }; -} -- cgit v1.2.3