remove code under comments & add home-server basic config (WIP)
This commit is contained in:
@@ -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"''
|
||||
''
|
||||
|
||||
@@ -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,7 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
|
||||
Reference in New Issue
Block a user