desktop-2024-08-31-19-00-36
This commit is contained in:
15
flake.nix
15
flake.nix
@ -5,8 +5,16 @@
|
||||
# Nixpkgs
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
#nixos-hardware
|
||||
nixos-hardware.url = "github:nixos/nixos-hardware/master";
|
||||
|
||||
sops-nix =
|
||||
{
|
||||
url = "github:mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Home manager
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.05";
|
||||
@ -21,11 +29,12 @@
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
, nixpkgs
|
||||
, nixpkgs-unstable
|
||||
, fw-fanctrl
|
||||
, home-manager
|
||||
, nixos-hardware
|
||||
, fw-fanctrl
|
||||
, nixpkgs
|
||||
, nixpkgs-unstable
|
||||
, sops-nix
|
||||
, ...
|
||||
} @ inputs:
|
||||
let
|
||||
|
Reference in New Issue
Block a user