From 164400d0a620069948699dea5b30b93dffe8c051 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sat, 28 Mar 2026 12:22:00 +0000 Subject: [PATCH] --- common.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common.nix b/common.nix index 3982ef6..8046220 100644 --- a/common.nix +++ b/common.nix @@ -1,12 +1,6 @@ # Common.nix { config, pkgs, lib, ... }: -let - home-manager = builtins.fetchTarball { - url = "https://github.com/nix-community/home-manager/archive/master.tar.gz"; - }; -in - { imports = [ (import "${home-manager}/nixos")