edit for multiple pc config
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
# ./hyprland/colors.nix
|
||||
# ./hyprland/active.nix
|
||||
./hyprland/keybinds.nix # done
|
||||
./hyprland/my.nix
|
||||
./hyprlock.nix # done
|
||||
./hypridle.nix # done
|
||||
];
|
||||
|
||||
@@ -56,7 +56,8 @@
|
||||
"${super}, L, exec, loginctl lock-session"
|
||||
|
||||
''
|
||||
${super}, Return, exec, ~/.config/hypr/scripts/launch_first_available.sh "kitty" "foot" "alacritty" "wezterm" "konsole" "kgx" "uxterm" "xterm"''
|
||||
${super}, Return, exec, ~/.config/hypr/scripts/launch_first_available.sh "kitty" "foot" "alacritty" "wezterm" "konsole" "kgx" "uxterm" "xterm"
|
||||
''
|
||||
"${super}, T, exec, telegram-desktop"
|
||||
''
|
||||
${super}, E, exec, ~/.config/hypr/scripts/launch_first_available.sh "nemo" "dolphin" "nautilus" "thunar" "kitty -1 zsh -c yazi"''
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
amnezia sudo AmneziaVPN-service & && AmneziaVPN
|
||||
bat watch -n1 cat /sys/class/power_supply/BAT0/power_now
|
||||
@@ -21,6 +21,14 @@
|
||||
|
||||
home.file.".p10k.zsh".source = ./p10k.zsh;
|
||||
|
||||
# make it sync
|
||||
# home.file.".saved_modes".source =
|
||||
# config.lib.file.mkOutOfStoreSymlink ./saved_modes;
|
||||
|
||||
# home.activation.linkMyFiles = config.lib.dag.entryAfter [ "writeBoundary" ] ''
|
||||
# ln -s ${toString ./saved_modes} ~/.saved_modes
|
||||
# '';
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user