From f351ef00f77e5ea4d082a7eff86d7845dad7d9e0 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 25 Apr 2026 21:34:06 -0400 Subject: remove all --- dotfiles.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 dotfiles.nix (limited to 'dotfiles.nix') diff --git a/dotfiles.nix b/dotfiles.nix deleted file mode 100644 index a235620..0000000 --- a/dotfiles.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - config, - lib, - ... -}: { - options = { - dotfiles = { - mutable = lib.mkEnableOption "mutable dotfiles"; - - path = lib.mkOption { - type = lib.types.path; - apply = toString; - default = "${config.home.homeDirectory}/.dotfiles/"; - example = "${config.home.homeDirectory}/.dotfiles/astronvim-config"; - description = "Location of the dotfiles working copy"; - }; - }; - }; -} -- cgit v1.3.1