Compare commits
2 Commits
186f6ddc82
...
ryo
| Author | SHA1 | Date | |
|---|---|---|---|
| d1a9dc907f | |||
| 272a5ff4be |
@@ -1,5 +1,9 @@
|
||||
# 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]
|
||||
> 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 [
|
||||
../flake.nix
|
||||
../flake.lock
|
||||
../result
|
||||
../build
|
||||
(lib.fileset.maybeMissing ../result)
|
||||
(lib.fileset.maybeMissing ../build)
|
||||
./.
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user