This website requires JavaScript.
Explore
Help
Register
Sign in
matt1432
/
nixos-configs
Watch
1
Star
0
Fork
You've already forked nixos-configs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
344d6ea39e
nixos-configs
/
nixos
/
overlays
/
list.nix
9 lines
112 B
Nix
Raw
Normal View
History
Unescape
Escape
feat: use overlays for swayosd
2023-06-19 19:27:38 -04:00
{
config
,
pkgs
,
.
.
.
}:
{
nixpkgs
.
overlays
=
[
(
import
./swayosd.nix
)
feat: switch to blueberry for cleaner UI
2023-07-02 21:03:44 -04:00
(
import
./blueberry.nix
)
feat: use overlays for swayosd
2023-06-19 19:27:38 -04:00
]
;
}
Reference in a new issue
Copy permalink