diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-18 14:09:03 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-18 14:09:03 +0530 | 
| commit | 5dd0f0e4c64b9b0e15c7dbdb269b76d478073906 (patch) | |
| tree | 6667de55d12a7e6007e445916322a4cf7a3db658 /machines | |
| parent | 4b676541be3e096784175f8e998f6affa70be122 (diff) | |
update
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/x/home.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/machines/x/home.nix b/machines/x/home.nix index 636987f..7600252 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ inputs, pkgs, ... }:  {    nixpkgs.config.allowUnfree = true; | 
