test
This commit is contained in:
16
flake.lock
generated
16
flake.lock
generated
@@ -41,17 +41,17 @@
|
|||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1775779267,
|
"lastModified": 1775834883,
|
||||||
"narHash": "sha256-vw3ahicPs2hVXFjtA4/otU8MvAvy1XbO/yLS4BVPj0A=",
|
"narHash": "sha256-1qQoopXMKLiUyZXRWb0DFWubT/1YR3+qAKWY+hZZBHU=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "e15350240162338e854ec0b552f4ee6813dedcff",
|
"rev": "4584546301314a0622e1a7b3fb6b97579488abc7",
|
||||||
"revCount": 28,
|
"revCount": 30,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"
|
"url": "file:///home/nathan/Projects/Aurora"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"
|
"url": "file:///home/nathan/Projects/Aurora"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"disko": {
|
"disko": {
|
||||||
@@ -770,11 +770,11 @@
|
|||||||
"rev": "9d263b8208af5c1ffd4a3c639a34bfe290bce931",
|
"rev": "9d263b8208af5c1ffd4a3c639a34bfe290bce931",
|
||||||
"revCount": 38,
|
"revCount": 38,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"
|
"url": "file:///home/nathan/Projects/Moirai"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"
|
"url": "file:///home/nathan/Projects/Moirai"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixvim_2": {
|
"nixvim_2": {
|
||||||
|
|||||||
@@ -32,11 +32,11 @@
|
|||||||
|
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
|
|
||||||
nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai";
|
#nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai";
|
||||||
#nixvim.url = "git+file:///home/nathan/Projects/Moirai";
|
nixvim.url = "git+file:///home/nathan/Projects/Moirai";
|
||||||
|
|
||||||
aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora";
|
#aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora";
|
||||||
#aurora.url = "git+file:///home/nathan/Projects/Aurora";
|
aurora.url = "git+file:///home/nathan/Projects/Aurora";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { ... } @ inputs:
|
outputs = { ... } @ inputs:
|
||||||
|
|||||||
@@ -21,11 +21,6 @@
|
|||||||
if [[ ! -f ${config.home.homeDirectory}/.config/hypr/otf.conf ]]; then
|
if [[ ! -f ${config.home.homeDirectory}/.config/hypr/otf.conf ]]; then
|
||||||
touch ${config.home.homeDirectory}/.config/hypr/otf.conf
|
touch ${config.home.homeDirectory}/.config/hypr/otf.conf
|
||||||
fi
|
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
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user