mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: add nyoom
and deduplicate inputs
This commit is contained in:
parent
aee05f3e1c
commit
91c2f94d2e
3 changed files with 103 additions and 20 deletions
|
|
@ -3,6 +3,7 @@
|
|||
attic,
|
||||
catppuccin,
|
||||
discord-applemusic-rich-presence,
|
||||
nyoom,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -35,6 +36,8 @@
|
|||
rustfmt
|
||||
clippy
|
||||
|
||||
pkgs.nyoom
|
||||
|
||||
age
|
||||
asciinema
|
||||
bat
|
||||
|
|
@ -96,6 +99,7 @@
|
|||
overlays = [
|
||||
attic.overlays.default
|
||||
discord-applemusic-rich-presence.overlays.default
|
||||
nyoom.overlays.default
|
||||
(import ./overlays/ryan-mono-bin.nix)
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue