Fixed some warnings and wezterm

This commit is contained in:
William 2024-08-20 09:31:40 -03:00
parent 50c6878461
commit c503111856
5 changed files with 5 additions and 11 deletions

View file

@ -6,7 +6,7 @@
bluetooth.enable = true;
pulseaudio.enable = false; # Use pipewire instead
steam-hardware.enable = true; # Allow steam client to manage controllers
opengl.driSupport32Bit = true; # For OpenGL games
graphics.enable32Bit = true; # For OpenGL games
i2c.enable = true;
};

View file

@ -71,10 +71,6 @@ in {
nix-index-database.comma.enable = true;
nh = {
enable = true;
clean = {
enable = true;
extraArgs = "--keep-since 7d";
};
flake = "/home/user/Projects/nix-config";
};
};

View file

@ -36,7 +36,7 @@ in {
environment.systemPackages = with pkgs; [ ollama ];
hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
systemd.targets.hibernate.enable = false; # disable non-functional hibernate