update lock

This commit is contained in:
jopejoe1 2024-04-18 16:10:50 +02:00
parent 52948e05eb
commit b15b60bc07
2 changed files with 51 additions and 23 deletions

View file

@ -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 = {