From 90a0659f43a8b0a2c2e139a90c649b09e48a8ed6 Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 3 Jun 2025 21:08:58 +0700 Subject: m --- hosts/local/master/configuration.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'hosts/local/master') diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix index 20c25e3..2a3cc8a 100644 --- a/hosts/local/master/configuration.nix +++ b/hosts/local/master/configuration.nix @@ -1,7 +1,16 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{pkgs, ...}: { +{ + pkgs, + inputs, + ... +}: let + old-pkgs = import inputs.nixpkgs-old { + system = pkgs.system; + config.allowUnfree = true; + }; +in { imports = [ # Include the results of the hardware scan. ../../base.nix @@ -53,6 +62,7 @@ # # environment.systemPackages = [ + old-pkgs.vivaldi # for AI IDE shit # pkgs.nodejs # pkgs.python312 -- cgit v1.2.3