diff options
| author | adikro <adikro@disroot.org> | 2026-04-06 22:14:54 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-06 22:14:54 +0200 |
| commit | 36ec8feb5628eb4057d4882aa45a7730d96b8633 (patch) | |
| tree | bb7efbb83f0ccc5a87d940eb2ec4498b45bd9336 /flake.nix | |
| parent | 156b4f2c45321bd6cbb63097105c31baa955bfc6 (diff) | |
desktop sync
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -6,7 +6,10 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - nur.url = "github:nix-community/NUR"; + openmw-nix = { + url = "git+https://codeberg.org/PopeRigby/openmw-nix.git"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nix-gaming-edge = { url = "github:powerofthe69/nix-gaming-edge"; @@ -68,11 +71,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nixcord = { - url = "github:KaylorBen/nixcord"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - spicetify-nix = { url = "github:Gerg-L/spicetify-nix"; inputs.nixpkgs.follows = "nixpkgs"; |
