diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-25 16:14:41 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-25 16:14:41 -0400 |
| commit | 93ede2beed3258c2bcc02aff591c0a4404294035 (patch) | |
| tree | dce806c52dd3930ccc47b092c928382db0fdcfe7 /flake.nix | |
| parent | disable terrible bluetooth feature why does this exist (diff) | |
| download | dotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.tar.gz dotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.tar.bz2 dotfiles-nix-93ede2beed3258c2bcc02aff591c0a4404294035.zip | |
expand gaming module with gamery things
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ # caelestia-shell caelestia-shell.url = "git+https://g.freya.cat/caelestia-shell"; caelestia-shell.inputs.nixpkgs.follows = "nixpkgs"; + # nix-gaming + nix-gaming.url = "github:fufexan/nix-gaming"; + nix-gaming.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = { |