diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-13 06:25:04 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-13 06:25:04 -0600 |
| commit | 038a5facc4d3761dbb2ebbf807fbfd308cc023eb (patch) | |
| tree | dfa1b608293fa5a564d7f8af7ef38e70bb281bf2 | |
| parent | 15ab87c862e119f652b99eb112d72efed6267591 (diff) | |
removed some redundant lines
| -rw-r--r-- | home-manager/default.nix | 6 | ||||
| -rw-r--r-- | home-manager/doretta.nix | 6 | ||||
| -rw-r--r-- | home-manager/home.nix | 5 |
3 files changed, 0 insertions, 17 deletions
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; |
