Update
This commit is contained in:
parent
7476d15558
commit
f0ad799979
1 changed files with 2 additions and 2 deletions
|
@ -42,14 +42,14 @@
|
|||
plasma-manager.url = "github:pjones/plasma-manager";
|
||||
plasma-manager.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
# compose2nix - Convert docker-compose.yml files to nix syntax
|
||||
compose2nix.url = "github:aksiksi/compose2nix";
|
||||
compose2nix.url = "github:aksiksi/compose2nix"
|
||||
compose2nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# Hyprland Flake
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
# Steam Deck configs for NixOS
|
||||
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||
# Bitcoin node
|
||||
inputs.nix-bitcoin.url = "github:fort-nix/nix-bitcoin/release";
|
||||
nix-bitcoin.url = "github:fort-nix/nix-bitcoin/release";
|
||||
};
|
||||
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, jovian, ... } @inputs:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue