mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
701a9849a6
4 changed files with 10 additions and 6 deletions
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
inputs = {
|
||||
# System configuration
|
||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -112,7 +112,10 @@
|
|||
modules = [
|
||||
./machines/hinge/darwin.nix
|
||||
|
||||
# determinate.darwinModules.default
|
||||
determinate.darwinModules.default
|
||||
{
|
||||
determinate-nix.customSettings = {};
|
||||
}
|
||||
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue