Adding zen-browser
This commit is contained in:
parent
fe82882694
commit
35dc350142
4 changed files with 48 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, lib, config, zen-browser, ... }:
|
||||
|
||||
let
|
||||
tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
|
||||
|
|
@ -22,6 +22,7 @@ in {
|
|||
# Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Web
|
||||
zen-browser.packages."${system}".default
|
||||
fragments
|
||||
dropbox
|
||||
varia
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
# MANGOHUD_CONFIG = "fps,cpu_temp,gpu_temp,ram,vram";
|
||||
# };
|
||||
};
|
||||
package = pkgs.steam.override {
|
||||
extraArgs = "-forcedesktopscaling 1.5";
|
||||
};
|
||||
};
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue