Compare commits
2 Commits
186f6ddc82
..
ryo
| Author | SHA1 | Date | |
|---|---|---|---|
| d1a9dc907f | |||
| 272a5ff4be |
@@ -1,5 +1,9 @@
|
|||||||
# colorshell
|
# colorshell
|
||||||
|
|
||||||
|
> [!note]
|
||||||
|
> **This is a fork of [retrozinndev/colorshell](https://github.com/retrozinndev/colorshell)**
|
||||||
|
> This repository contains custom modifications for use with NixOS. For the original project, please visit the [upstream repository](https://github.com/retrozinndev/colorshell).
|
||||||
|
|
||||||
> [!note]
|
> [!note]
|
||||||
> My personal dotfiles are now on [retrozinndev/Hyprland-Dots](https://github.com/retrozinndev/Hyprland-Dots)
|
> My personal dotfiles are now on [retrozinndev/Hyprland-Dots](https://github.com/retrozinndev/Hyprland-Dots)
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -28,8 +28,8 @@ let
|
|||||||
lib.fileset.unions [
|
lib.fileset.unions [
|
||||||
../flake.nix
|
../flake.nix
|
||||||
../flake.lock
|
../flake.lock
|
||||||
../result
|
(lib.fileset.maybeMissing ../result)
|
||||||
../build
|
(lib.fileset.maybeMissing ../build)
|
||||||
./.
|
./.
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user