Fix folder paths, set Tower back to stable, remove Nix channels for system for now

This commit is contained in:
Bun 2025-05-11 01:48:37 -04:00
parent f8ba0f4514
commit f8cbfda048
12 changed files with 42 additions and 39 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
with lib; {
options.nixpkgs.allowUnfreePackages = mkOption {
{
options.nixpkgs.allowUnfreePackages = with lib; mkOption {
type = types.listOf types.str;
default = [];
};