edit for multiple pc config

This commit is contained in:
2025-11-28 03:19:35 +03:00
parent 2454e2afd5
commit ed1e13ea6b
6 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
for_config/*
home-manager/modules/custom/*
nixos/configuration.nix
nixos/my.nix
my.nix
+1
View File
@@ -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"''
+2
View File
@@ -0,0 +1,2 @@
amnezia sudo AmneziaVPN-service & && AmneziaVPN
bat watch -n1 cat /sys/class/power_supply/BAT0/power_now
+8
View File
@@ -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;
+8
View File
@@ -1,6 +1,14 @@
{ config, pkgs, lib, ... }:
{
# programs.steam = {
# enable = true;
# remotePlay.openFirewall =
# true; # Open ports in the firewall for Steam Remote Play
# dedicatedServer.openFirewall =
# true; # Open ports in the firewall for Source Dedicated Server
# };
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.gc = {
automatic = true;