From 0fa34a8ce049f75500aec3595366f206ba0f9e0b Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 17 Jun 2024 13:26:32 -0500 Subject: [PATCH] remove unneeded hyprland input since home manager doesnt need it or use it --- flake.nix | 5 ----- hosts/default/config.nix | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index f1cf6fc..d4abad4 100644 --- a/flake.nix +++ b/flake.nix @@ -6,11 +6,6 @@ home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; stylix.url = "github:danth/stylix"; - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; - hyprland-plugins = { - url = "github:hyprwm/hyprland-plugins"; - inputs.hyprland.follows = "hyprland"; - }; fine-cmdline = { url = "github:VonHeikemen/fine-cmdline.nvim"; flake = false; diff --git a/hosts/default/config.nix b/hosts/default/config.nix index 33aca4f..109ccb3 100644 --- a/hosts/default/config.nix +++ b/hosts/default/config.nix @@ -375,8 +375,8 @@ alsa.support32Bit = true; pulse.enable = true; }; - rpcbind.enable = true; - nfs.server.enable = true; + rpcbind.enable = false; + nfs.server.enable = false; }; systemd.services.flatpak-repo = { path = [ pkgs.flatpak ];