mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-07-10 00:51:59 +00:00
configurations: update
This commit is contained in:
@@ -6,8 +6,8 @@ in
|
||||
|
||||
options= let mkBoolOpt = materusPkgs.lib.mkBoolOpt; in{
|
||||
materus.profile.browser.firefox.enable = mkBoolOpt config.materus.profile.enableDesktop "Enable Firefox with materus cfg";
|
||||
materus.profile.browser.vivaldi.enable = mkBoolOpt false "Enable Vivaldi with materus cfg";
|
||||
materus.profile.browser.brave.enable = mkBoolOpt config.materus.profile.enableDesktop "Enable Brave with materus cfg";
|
||||
materus.profile.browser.vivaldi.enable = mkBoolOpt config.materus.profile.enableDesktop "Enable Vivaldi with materus cfg";
|
||||
materus.profile.browser.brave.enable = mkBoolOpt false "Enable Brave with materus cfg";
|
||||
|
||||
};
|
||||
#TODO: Make some config
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, materusFlake, materusPkgs, ... }:
|
||||
{ config, pkgs, lib, materusFlake, materusPkgs, options, ... }:
|
||||
let
|
||||
p10kcfg = "${zshcfg}/p10kcfg";
|
||||
zshcfg = "${materusFlake.path}/extraFiles/config/zsh";
|
||||
@@ -22,7 +22,7 @@ in
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
enableVteIntegration = true;
|
||||
historySubstringSearch.enable = true;
|
||||
historySubstringSearch.searchUpKey = ";5A";
|
||||
|
||||
@@ -27,8 +27,12 @@ let
|
||||
pkgs.xorg.xcbutilerrors
|
||||
pkgs.xorg.xcbutilrenderutil
|
||||
pkgs.xorg.xcbutil
|
||||
pkgs.xorg.xwininfo
|
||||
pkgs.yad
|
||||
pkgs.xdotool
|
||||
pkgs.libinput
|
||||
pkgs.openvdb
|
||||
pkgs.openssl
|
||||
pkgs.tbb_2021_8
|
||||
pkgs.gtk4
|
||||
pkgs.gtk3
|
||||
@@ -42,7 +46,7 @@ let
|
||||
pkgs.tdb
|
||||
pkgs.jbig2enc
|
||||
pkgs.jbig2dec
|
||||
pkgs.brave
|
||||
pkgs.vivaldi
|
||||
|
||||
] ++ config.materus.profile.packages.list.fonts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user