changed
didnt really want to move them back again
This commit is contained in:
parent
d96c914844
commit
42aeaf54c8
5 changed files with 43 additions and 28 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue