added steam and xow
This commit is contained in:
@ -56,6 +56,8 @@
|
|||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
|
|
||||||
nixpkgs.config.chromium.commandLineArgs = "--enable-features=WebUIDarkMode,NativeNotifications,VaapiVideoDecoder --ignore-gpu-blocklist --use-gl=desktop --force-dark-mode --disk-cache-dir=/tmp/cache";
|
nixpkgs.config.chromium.commandLineArgs = "--enable-features=WebUIDarkMode,NativeNotifications,VaapiVideoDecoder --ignore-gpu-blocklist --use-gl=desktop --force-dark-mode --disk-cache-dir=/tmp/cache";
|
||||||
programs.chromium = {
|
programs.chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -95,6 +95,8 @@ in
|
|||||||
services.xserver.desktopManager.pantheon.extraWingpanelIndicators = [ pkgs.pantheon.wingpanel-indicator-nightlight ];
|
services.xserver.desktopManager.pantheon.extraWingpanelIndicators = [ pkgs.pantheon.wingpanel-indicator-nightlight ];
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
|
|
||||||
|
services.hardware.xow.enable = true;
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
open-sans
|
open-sans
|
||||||
roboto-mono
|
roboto-mono
|
||||||
|
@ -170,41 +170,6 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
|
||||||
# $ nix search wget
|
|
||||||
nixpkgs.config.chromium.commandLineArgs = "--enable-features=WebUIDarkMode,NativeNotifications,VaapiVideoDecoder --ignore-gpu-blocklist --use-gl=desktop --force-dark-mode --disk-cache-dir=/tmp/cache";
|
|
||||||
programs.chromium = {
|
|
||||||
enable = true;
|
|
||||||
extensions = [
|
|
||||||
"cbnipbdpgcncaghphljjicfgmkonflee" # Axel Springer Blocker
|
|
||||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
|
|
||||||
"mnjggcdmjocbbbhaepdhchncahnbgone" # SponsorBlock for YouTube
|
|
||||||
"gcbommkclmclpchllfjekcdonpmejbdp" # HTTPS Everywhere
|
|
||||||
"oboonakemofpalcgghocfoadofidjkkk" # KeePassXC-Browser
|
|
||||||
"fploionmjgeclbkemipmkogoaohcdbig" # Page load time
|
|
||||||
"egnjhciaieeiiohknchakcodbpgjnchh" # Tab Wrangler
|
|
||||||
"fnaicdffflnofjppbagibeoednhnbjhg" # Floccus bookmarks
|
|
||||||
];
|
|
||||||
extraOpts = {
|
|
||||||
"BrowserSignin" = 0;
|
|
||||||
"SyncDisabled" = true;
|
|
||||||
"PasswordManagerEnabled" = false;
|
|
||||||
"AutofillAddressEnabled" = true;
|
|
||||||
"AutofillCreditCardEnabled" = false;
|
|
||||||
"BuiltInDnsClientEnabled" = false;
|
|
||||||
"MetricsReportingEnabled" = true;
|
|
||||||
"SearchSuggestEnabled" = false;
|
|
||||||
"AlternateErrorPagesEnabled" = false;
|
|
||||||
"UrlKeyedAnonymizedDataCollectionEnabled" = false;
|
|
||||||
"SpellcheckEnabled" = true;
|
|
||||||
"SpellcheckLanguage" = [
|
|
||||||
"de"
|
|
||||||
"en-US"
|
|
||||||
];
|
|
||||||
"CloudPrintSubmitEnabled" = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user