diff --git a/system/adrift.nix b/system/adrift.nix index ed83e38..95cce93 100644 --- a/system/adrift.nix +++ b/system/adrift.nix @@ -8,15 +8,9 @@ modulesPath, ... }: { - nix.settings = { - substituters = ["https://hyprland.cachix.org" ]; - trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; - trusted-users = [ "root" "bolt" ] - }; imports = [ ./configuration.nix - inputs.hyprland.nixosModules.default ]; boot.kernelParams = [ @@ -72,14 +66,6 @@ }; }; - programs.hyprland = { - enable = true; - xwayland = { - enable = true; - hidpi = false; - }; - nvidiaPatches = true; - }; services.xserver.videoDrivers = ["i915"]; programs.xwayland.enable = true; diff --git a/system/configuration.nix b/system/configuration.nix index c636298..fbb6bab 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -217,7 +217,7 @@ ]; programs.nix-index-database.comma.enable = true; - programs.nix-index.enableZshIntegration = false; + programs.nix-index.enableZshIntegration = true; programs.nix-index.enableBashIntegration = false; # services.mullvad-vpn.enable = true;