edit for multiple pc config
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
for_config/*
|
for_config/*
|
||||||
home-manager/modules/custom/*
|
home-manager/modules/custom/*
|
||||||
nixos/configuration.nix
|
nixos/configuration.nix
|
||||||
nixos/my.nix
|
my.nix
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
# ./hyprland/colors.nix
|
# ./hyprland/colors.nix
|
||||||
# ./hyprland/active.nix
|
# ./hyprland/active.nix
|
||||||
./hyprland/keybinds.nix # done
|
./hyprland/keybinds.nix # done
|
||||||
|
./hyprland/my.nix
|
||||||
./hyprlock.nix # done
|
./hyprlock.nix # done
|
||||||
./hypridle.nix # done
|
./hypridle.nix # done
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"${super}, L, exec, loginctl lock-session"
|
"${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}, T, exec, telegram-desktop"
|
||||||
''
|
''
|
||||||
${super}, E, exec, ~/.config/hypr/scripts/launch_first_available.sh "nemo" "dolphin" "nautilus" "thunar" "kitty -1 zsh -c yazi"''
|
${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;
|
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 = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,14 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ 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.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user