From 70641290e3a602a29641ba393a4bc0ca2ab2bfaf Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 25 Mar 2023 13:10:47 +0100 Subject: [PATCH] testing --- flake.nix | 2 +- systems/x86_64-linux/kami/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 701a448..20d1f88 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ inputs = { # nixpkgs (Packges and modules) #nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; - nixpkgs.url = github:jopejoe1/nixpkgs/hplip; + nixpkgs.url = github:jopejoe1/nixpkgs/devolo; # Nix Hardware (Hardware configs) nixos-hardware.url = github:NixOS/nixos-hardware; diff --git a/systems/x86_64-linux/kami/default.nix b/systems/x86_64-linux/kami/default.nix index 88cf770..2807c14 100644 --- a/systems/x86_64-linux/kami/default.nix +++ b/systems/x86_64-linux/kami/default.nix @@ -41,6 +41,7 @@ python312 carla tela-icon-theme + devolo-dlan-cockpit ]; hardware.nvidia.modesetting.enable = true;