mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-22 04:05:21 +02:00
update lock
This commit is contained in:
parent
52948e05eb
commit
b15b60bc07
2 changed files with 51 additions and 23 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "jopejoe1 NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs";
|
||||
|
||||
# Outputs
|
||||
nixos-generators = {
|
||||
|
@ -32,6 +32,11 @@
|
|||
url = "github:nix-community/srvos";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Packages
|
||||
tela-icon-theme = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue