remove code under comments & add home-server basic config (WIP)

This commit is contained in:
2026-01-31 19:20:54 +03:00
parent c82a74c786
commit 94ab681057
17 changed files with 2008 additions and 129 deletions
@@ -86,8 +86,9 @@
RCtrl, Return, exec, ~/.config/hypr/scripts/launch_first_available.sh "kitty" "foot" "alacritty" "wezterm" "konsole" "kgx" "uxterm" "xterm"
''
"${super}, T, exec, Telegram"
# ${super}, E, exec, ~/.config/hypr/scripts/launch_first_available.sh "thunar" "nemo" "nautilus" "dolphin" "kitty -1 zsh -c yazi"''
''
${super}, E, exec, ~/.config/hypr/scripts/launch_first_available.sh "thunar" "nemo" "nautilus" "dolphin" "kitty -1 zsh -c yazi"''
${super}, E, exec, ~/.config/hypr/scripts/launch_first_available.sh "nemo" "thunar" "nautilus" "dolphin" "kitty -1 zsh -c yazi"''
''
${super}, W, exec, ~/.config/hypr/scripts/launch_first_available.sh "google-chrome-stable" "zen" "firefox" "brave" "chromium" "microsoft-edge-stable" "opera" "librewolf"''
''
+1 -19
View File
@@ -38,25 +38,7 @@
# 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" = {
# search = {
# default = "Perplexity"; # Use the ID of your custom engine below
#engines = {
#"perplexity" = { # Custom engine ID (lowercase, no spaces)
#name = "Perplexity";
#urls = [{
# template = "https://www.perplexity.ai/search?q=%s";
#}];
#definedAliases = [ "@per" ];
#};
# };
#};
};
programs.zen-browser = { enable = true; };
xdg.mimeApps = let
value = let
-1
View File
@@ -1,7 +1,6 @@
{ config, pkgs, ... }:
{
programs.tmux = {
enable = true;
clock24 = true;