some upd
This commit is contained in:
+11
-11
@@ -70,22 +70,22 @@
|
||||
|
||||
"text/plain" = "code.desktop";
|
||||
|
||||
"x-scheme-handler/http" = "zen-twilight.desktop";
|
||||
"x-scheme-handler/https" = "zen-twilight.desktop";
|
||||
"x-scheme-handler/chrome" = "zen-twilight.desktop";
|
||||
"x-scheme-handler/http" = "zen-beta.desktop";
|
||||
"x-scheme-handler/https" = "zen-beta.desktop";
|
||||
"x-scheme-handler/chrome" = "zen-beta.desktop";
|
||||
|
||||
"text/html" = "zen-twilight.desktop";
|
||||
"application/xhtml+xml" = "zen-twilight.desktop";
|
||||
"application/x-extension-htm" = "zen-twilight.desktop";
|
||||
"application/x-extension-html" = "zen-twilight.desktop";
|
||||
"application/x-extension-shtml" = "zen-twilight.desktop";
|
||||
"application/x-extension-xhtml" = "zen-twilight.desktop";
|
||||
"application/x-extension-xht" = "zen-twilight.desktop";
|
||||
"text/html" = "zen-beta.desktop";
|
||||
"application/xhtml+xml" = "zen-beta.desktop";
|
||||
"application/x-extension-htm" = "zen-beta.desktop";
|
||||
"application/x-extension-html" = "zen-beta.desktop";
|
||||
"application/x-extension-shtml" = "zen-beta.desktop";
|
||||
"application/x-extension-xhtml" = "zen-beta.desktop";
|
||||
"application/x-extension-xht" = "zen-beta.desktop";
|
||||
|
||||
"x-scheme-handler/tg" = "org.telegram.desktop.desktop";
|
||||
"x-scheme-handler/tonsite" = "org.telegram.desktop.desktop";
|
||||
|
||||
"application/pdf" = "zen-twilight.desktop";
|
||||
"application/pdf" = "zen-beta.desktop";
|
||||
"application/zip" = "userapp-unzip-WB99H3.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -90,7 +90,8 @@
|
||||
debug = { disable_logs = false; };
|
||||
|
||||
monitor = [
|
||||
"eDP-1,preferred,0x0,1.25"
|
||||
# "eDP-1,preferred,0x0,1.25"
|
||||
"eDP-1,preferred,0x0,1"
|
||||
"HDMI-A-1,preferred,auto-left,auto"
|
||||
"HDMI-A-2,preferred,auto-left,auto"
|
||||
"vcl-samsung,2340x1080@30,0x864,2"
|
||||
|
||||
@@ -36,7 +36,11 @@
|
||||
programs.direnv.nix-direnv.enable = true;
|
||||
programs.direnv.enableZshIntegration = true;
|
||||
|
||||
imports = [ inputs.zen-browser.homeModules.twilight ];
|
||||
# imports = [ inputs.zen-browser.homeModules.twilight ];
|
||||
imports = [ inputs.zen-browser.homeModules.default ];
|
||||
# inputs.zen-browser.homeModules.beta
|
||||
# or inputs.zen-browser.homeModules.twilight
|
||||
# or inputs.zen-browser.homeModules.twilight-official
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
#profiles."Default Profile" = {
|
||||
@@ -57,7 +61,7 @@
|
||||
xdg.mimeApps = let
|
||||
value = let
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
zen-browser = inputs.zen-browser.packages.${system}.twilight;
|
||||
zen-browser = inputs.zen-browser.packages.${system}.default;
|
||||
in zen-browser.meta.desktopFileName;
|
||||
|
||||
associations = builtins.listToAttrs (map (name: { inherit name value; }) [
|
||||
|
||||
@@ -95,9 +95,9 @@
|
||||
|
||||
wttr = "curl wttr.in/Ramenki\\?p1MQ";
|
||||
|
||||
gitpa = ''
|
||||
f() { git add -A && git commit -m "$1" && git push; unset -f f; }; f
|
||||
'';
|
||||
# gitpa = ''
|
||||
# f() { git add -A && git commit -m "$@" && git push; unset -f f; }; f
|
||||
# '';
|
||||
og = ''f() { z github "$@" && code . && exit; unset -f f; }; f'';
|
||||
wf = ''f() { watch -t -n1 "$@ | figlet -c -t -f doh"; unset -f f; }; f'';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
zramSwap.enable = true;
|
||||
# zramSwap.enable = true;
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
services.btrfs.autoScrub.interval = "weekly";
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = { enable = true; };
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
services.fprintd.enable = true;
|
||||
security.pam.services.sudo.fprintAuth = true;
|
||||
|
||||
@@ -38,4 +38,11 @@
|
||||
hicolor-icon-theme
|
||||
lomiri.suru-icon-theme
|
||||
];
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs;
|
||||
[
|
||||
# Add any missing dynamic libraries for unpackaged programs
|
||||
# here, NOT in environment.systemPackages
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user