mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
Require trucolor and file_utils in maid.cr
This commit is contained in:
parent
a8ca2300c4
commit
5ee44c4a02
@ -30,6 +30,9 @@
|
||||
# TODO: Use .maidrc to store configuration (?)
|
||||
# If so, add Maid.init() to create a base configuration
|
||||
|
||||
require "file_utils"
|
||||
require "../lib/trucolor"
|
||||
|
||||
module Maid
|
||||
UPSTREAM = ENV["HOME"] + "/Home/new-start/dotfiles"
|
||||
def self.maid()
|
||||
|
Loading…
Reference in New Issue
Block a user