other misc malachite fixes

This commit is contained in:
stitchy 2024-08-08 04:52:13 -07:00
parent 3c6cc3e1d2
commit 9ec7fb3c67
Signed by: stitchy
SSH key fingerprint: SHA256:p+xeQgmOvQ2br1d2STl5OnRRMef2LRqCtGA7SO4WYk0
3 changed files with 6 additions and 3 deletions

View file

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

View file

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

View file

@ -88,10 +88,9 @@
};
hardware = {
opengl = {
graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
};