some_upd
This commit is contained in:
@@ -4,11 +4,19 @@
|
||||
home.packages = with pkgs; [
|
||||
(writeShellScriptBin "select_command"
|
||||
(builtins.readFile ./select_command.sh))
|
||||
(writeShellScriptBin "move_wallpaper"
|
||||
(builtins.readFile ./move_wallpaper.sh))
|
||||
(writeShellScriptBin "move_avatar" (builtins.readFile ./move_avatar.sh))
|
||||
(writeShellScriptBin "next_wallpaper"
|
||||
(builtins.readFile ./next_wallpaper.sh))
|
||||
zsh-powerlevel10k
|
||||
fzf
|
||||
fd
|
||||
eza
|
||||
zoxide
|
||||
bat
|
||||
neofetch
|
||||
yazi
|
||||
];
|
||||
|
||||
home.file.".p10k.zsh".source = ./p10k.zsh;
|
||||
@@ -70,20 +78,20 @@
|
||||
|
||||
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';
|
||||
|
||||
# home-cnfg = "nvim ~/.config/home-manager/home.nix";
|
||||
# home-rr = "home-manager switch";
|
||||
# cnfg = "sudo nvim /nixos/configuration.nix";
|
||||
# rr = "sudo nixos-rebuild switch";
|
||||
|
||||
amnezia = ''
|
||||
(pgrep -x ".AmneziaVPN-ser" > /dev/null 2>&1 || sudo AmneziaVPN-service > /dev/null 2>&1 &) &
|
||||
AmneziaVPN > /dev/null 2>&1 &
|
||||
''; # TODO: start system with service
|
||||
''; # TODO: start system with serviceps://github.com/dylanaraps/pywal/wiki/Customization
|
||||
cnfg = "cd nixos-config && code . && exit";
|
||||
x = "select_command";
|
||||
|
||||
mv_w = "move_wallpaper";
|
||||
next_w = "next_wallpaper";
|
||||
mv_avatar = "move_avatar";
|
||||
};
|
||||
|
||||
initContent = ''
|
||||
(cat ~/.cache/wal/sequences &)
|
||||
zstyle ':omz:plugins:eza' 'git-status' yes
|
||||
zstyle ':omz:plugins:eza' 'header' yes
|
||||
zstyle ':omz:plugins:eza' 'icons' yes
|
||||
|
||||
Reference in New Issue
Block a user