Fixed some warnings and wezterm
This commit is contained in:
parent
50c6878461
commit
c503111856
5 changed files with 5 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
pulseaudio.enable = false; # Use pipewire instead
|
pulseaudio.enable = false; # Use pipewire instead
|
||||||
steam-hardware.enable = true; # Allow steam client to manage controllers
|
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;
|
i2c.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -71,10 +71,6 @@ in {
|
||||||
nix-index-database.comma.enable = true;
|
nix-index-database.comma.enable = true;
|
||||||
nh = {
|
nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
clean = {
|
|
||||||
enable = true;
|
|
||||||
extraArgs = "--keep-since 7d";
|
|
||||||
};
|
|
||||||
flake = "/home/user/Projects/nix-config";
|
flake = "/home/user/Projects/nix-config";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ in {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ ollama ];
|
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
|
systemd.targets.hibernate.enable = false; # disable non-functional hibernate
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,7 @@
|
||||||
programs = {
|
programs = {
|
||||||
password-store.package = pkgs.pass-wayland;
|
password-store.package = pkgs.pass-wayland;
|
||||||
|
|
||||||
mangohud = {
|
mangohud.enable = true;
|
||||||
enable = true;
|
|
||||||
enableSessionWide = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
obs-studio = {
|
obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -101,7 +98,7 @@
|
||||||
engine_color=ffffff
|
engine_color=ffffff
|
||||||
frametime_color=ffffff
|
frametime_color=ffffff
|
||||||
|
|
||||||
blacklist=zed
|
blacklist=zed,org.wezfurlong.wezterm
|
||||||
'';
|
'';
|
||||||
".mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json".source =
|
".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";
|
"${pkgs.plasma-browser-integration}/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json";
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
},
|
},
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
show_new_tab_button_in_tab_bar = false,
|
show_new_tab_button_in_tab_bar = false,
|
||||||
|
front_end = "WebGpu",
|
||||||
colors = {
|
colors = {
|
||||||
tab_bar = {
|
tab_bar = {
|
||||||
background = '#303446',
|
background = '#303446',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue