This commit is contained in:
2026-01-28 00:39:46 +03:00
parent c09233132b
commit c82a74c786
7 changed files with 31 additions and 18 deletions
+2 -1
View File
@@ -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"
+6 -2
View File
@@ -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; }) [
+3 -3
View File
@@ -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'';