didnt really want to move them back again
This commit is contained in:
alsaiduq-lab 2026-01-02 22:28:41 -07:00
parent d96c914844
commit 42aeaf54c8
5 changed files with 43 additions and 28 deletions

View file

@ -3,7 +3,7 @@
config,
pkgs,
hyprlanddots,
nvimDotfiles,
nvimDots,
dankMaterialShell,
...
}: {
@ -11,7 +11,7 @@
set -euo pipefail
umask 022
repo=${lib.escapeShellArg hyprlanddots}
nvimrepo=${lib.escapeShellArg nvimDotfiles}
nvimrepo=${lib.escapeShellArg nvimDots}
dmsConfig="${dankMaterialShell}/etc/xdg/quickshell/dms"
mkdir -p "${config.xdg.configHome}"
copy_dir() {