mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 07:58:49 +01:00
updated laptop config
This commit is contained in:
parent
e8b3ca7dd4
commit
45dd334231
1 changed files with 0 additions and 6 deletions
|
@ -10,7 +10,6 @@ let
|
|||
"--enable-gpu-rasterization"
|
||||
"--enable-zero-copy"
|
||||
"--force-device-scale-factor=1.0"
|
||||
"--use-gl=desktop"
|
||||
];
|
||||
nixGLWrap = import ./../utils/nixGLWrap.nix { inherit pkgs lib; };
|
||||
in {
|
||||
|
@ -35,9 +34,4 @@ in {
|
|||
}))
|
||||
(nixGLWrap (pkgs.google-chrome.override { commandLineArgs = chromeArgs; }))
|
||||
];
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
mime.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue