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

View file

@ -22,10 +22,7 @@
programs = {
password-store.package = pkgs.pass-wayland;
mangohud = {
enable = true;
enableSessionWide = true;
};
mangohud.enable = true;
obs-studio = {
enable = true;
@ -101,7 +98,7 @@
engine_color=ffffff
frametime_color=ffffff
blacklist=zed
blacklist=zed,org.wezfurlong.wezterm
'';
".mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json".source =
"${pkgs.plasma-browser-integration}/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json";

View file

@ -30,6 +30,7 @@
},
hide_tab_bar_if_only_one_tab = true,
show_new_tab_button_in_tab_bar = false,
front_end = "WebGpu",
colors = {
tab_bar = {
background = '#303446',