From 6eda4acc251fed0afbf5f1a85a63e321d8234799 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 10 May 2024 19:48:45 -0700 Subject: Initial Commit --- util/modules/home/default.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 util/modules/home/default.nix (limited to 'util/modules/home/default.nix') diff --git a/util/modules/home/default.nix b/util/modules/home/default.nix new file mode 100644 index 0000000..d48f5bc --- /dev/null +++ b/util/modules/home/default.nix @@ -0,0 +1,18 @@ +{ ... }: + +{ + imports = [ + ./colors.nix + ./discord.nix + ./flameshot.nix + ./i3.nix + ./kitty.nix + ./mpv.nix + ./picom.nix + ./polybar.nix + ./rofi.nix + ./theme.nix + ./vscode.nix +# ./zsh.nix + ]; +} -- cgit v1.2.3