remove unneeded hyprland input since home manager doesnt need it or use it

This commit is contained in:
Tyler Kelley 2024-06-17 13:26:32 -05:00
parent 0d41f7a418
commit 0fa34a8ce0
2 changed files with 2 additions and 7 deletions

View File

@ -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;

View File

@ -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 ];