diff --git a/config/hypr/hyprpaper.conf b/config/hypr/hyprpaper.conf index c98267c..82129a6 100644 --- a/config/hypr/hyprpaper.conf +++ b/config/hypr/hyprpaper.conf @@ -6,5 +6,6 @@ wallpaper = DP-1,~/.config/wallpapers/current_wallpaper.png wallpaper = DP-2,~/.config/wallpapers/current_wallpaper.png wallpaper = DP-3,~/.config/wallpapers/current_wallpaper.png wallpaper = DP-4,~/.config/wallpapers/current_wallpaper.png +wallpaper = HDMI-A-1,~/.config/wallpapers/current_wallpaper.png splash=false ipc = off diff --git a/flake.nix b/flake.nix index 527b9f2..becf67f 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,7 @@ outputs = inputs@{ nixpkgs, + nixpkgs-xr, nixos-hardware, home-manager, osu-nixos, @@ -19,6 +20,7 @@ ./packages/default.nix ./hosts/malachite/default.nix ./users/stitchynyan/default.nix + nixpkgs-xr.nixosModules.nixpkgs-xr home-manager.nixosModules.home-manager { @@ -81,6 +83,7 @@ flake = false; }; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs-xr.url = "github:nix-community/nixpkgs-xr"; nixos-hardware.url = "github:Nixos/nixos-hardware/master"; osu-nixos.url = "github:Asqiir/osu-nixos"; }; diff --git a/hosts/malachite/hardware-configuration.nix b/hosts/malachite/hardware-configuration.nix index 1842319..8f0d845 100644 --- a/hosts/malachite/hardware-configuration.nix +++ b/hosts/malachite/hardware-configuration.nix @@ -88,10 +88,9 @@ }; hardware = { - opengl = { + graphics = { enable = true; - driSupport = true; - driSupport32Bit = true; + enable32Bit = true; }; };