Squash merge testing into main
This commit is contained in:
parent
fa956f5da2
commit
30bb818058
18 changed files with 289 additions and 97 deletions
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
{
|
||||
description = "NixOS System Configuration for duckland.org";
|
||||
|
||||
# Binary cache configuration for faster builds
|
||||
nixConfig = {allowUnfree = true;};
|
||||
|
||||
inputs = {
|
||||
# nixvim.url = "github:nix-community/nixvim";
|
||||
nixvim.url = "github:nix-community/nixvim/nixos-25.11";
|
||||
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
|
|
@ -17,7 +19,7 @@
|
|||
catppuccin.url = "github:catppuccin/nix";
|
||||
colmena.url = "github:zhaofengli/colmena";
|
||||
colmena.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
naviterm.url = "gitlab:detoxify92/naviterm";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue