This commit is contained in:
2026-04-10 11:21:59 -05:00
parent dcc347a717
commit a1417b9514
3 changed files with 12 additions and 17 deletions

16
flake.lock generated
View File

@@ -41,17 +41,17 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1775779267,
"narHash": "sha256-vw3ahicPs2hVXFjtA4/otU8MvAvy1XbO/yLS4BVPj0A=",
"lastModified": 1775834883,
"narHash": "sha256-1qQoopXMKLiUyZXRWb0DFWubT/1YR3+qAKWY+hZZBHU=",
"ref": "refs/heads/master",
"rev": "e15350240162338e854ec0b552f4ee6813dedcff",
"revCount": 28,
"rev": "4584546301314a0622e1a7b3fb6b97579488abc7",
"revCount": 30,
"type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"
"url": "file:///home/nathan/Projects/Aurora"
},
"original": {
"type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"
"url": "file:///home/nathan/Projects/Aurora"
}
},
"disko": {
@@ -770,11 +770,11 @@
"rev": "9d263b8208af5c1ffd4a3c639a34bfe290bce931",
"revCount": 38,
"type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"
"url": "file:///home/nathan/Projects/Moirai"
},
"original": {
"type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"
"url": "file:///home/nathan/Projects/Moirai"
}
},
"nixvim_2": {

View File

@@ -32,11 +32,11 @@
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai";
#nixvim.url = "git+file:///home/nathan/Projects/Moirai";
#nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai";
nixvim.url = "git+file:///home/nathan/Projects/Moirai";
aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora";
#aurora.url = "git+file:///home/nathan/Projects/Aurora";
#aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora";
aurora.url = "git+file:///home/nathan/Projects/Aurora";
};
outputs = { ... } @ inputs:

View File

@@ -21,11 +21,6 @@
if [[ ! -f ${config.home.homeDirectory}/.config/hypr/otf.conf ]]; then
touch ${config.home.homeDirectory}/.config/hypr/otf.conf
fi
if [[ ! -f ${config.home.homeDirectory}/.config/background ]]; then
cp ${config.home.homeDirectory}/Pictures/Wallpaper/bluescape.jpg ${config.home.homeDirectory}/.config/background
chmod 600 ${config.home.homeDirectory}/.config/background
fi
'';