From 038a5facc4d3761dbb2ebbf807fbfd308cc023eb Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 13 Jun 2025 06:25:04 -0600 Subject: removed some redundant lines --- home-manager/default.nix | 6 ------ home-manager/doretta.nix | 6 ------ home-manager/home.nix | 5 ----- 3 files changed, 17 deletions(-) (limited to 'home-manager') diff --git a/home-manager/default.nix b/home-manager/default.nix index 3dfcaf9..864f877 100644 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -12,12 +12,6 @@ ../modules/home-manager/bat.nix ]; - nixpkgs = { - # texlive.combined.scheme-medium; - # system = "x84_64-linux"; - config.allowUnfree = true; - }; - # home-manager.users.defin= { home = { # Home Manager needs a bit of information about you and the paths it should diff --git a/home-manager/doretta.nix b/home-manager/doretta.nix index 3096662..3a144be 100644 --- a/home-manager/doretta.nix +++ b/home-manager/doretta.nix @@ -13,12 +13,6 @@ ../modules/home-manager/virt-manager.nix ]; - nixpkgs = { - # texlive.combined.scheme-medium; - # system = "x84_64-linux"; - config.allowUnfree = true; - }; - # home-manager.users.defin= { home = { # Home Manager needs a bit of information about you and the paths it should diff --git a/home-manager/home.nix b/home-manager/home.nix index e7435f2..a569419 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -16,11 +16,6 @@ ../modules/home-manager/hypridle.nix ]; - nixpkgs = { - # texlive.combined.scheme-medium; - # system = "x84_64-linux"; - config.allowUnfree = true; - }; # xdg.mimeApps = { # enable = true; -- cgit v1.2.3