Update flake inputs and add development aliases

This commit is contained in:
2025-11-13 00:11:55 +01:00
parent 5301154190
commit b168dc430e
4 changed files with 25 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
{
programs.bash = {
shellAliases = {
# NixOS aliases
# GarandOS aliases
pullos = "git -C /home/${username}/garandos pull";
upd = "nh os switch --hostname ${host}";
upg = "nh os switch --hostname ${host} --update";
@@ -21,6 +21,13 @@
mkgidf = "git add . --intent-to-add . && git diff > git-diff.txt";
zed = "MANGOHUD=0 /home/${username}/.local/bin/zed";
# Development aliases for nix flake
nd = "nix develop";
nb = "nix build";
nr = "nix run";
nbd = "nix build .#develop";
nrd = "nix run .#develop";
# System aliases
# flush-codium = "sudo killall codium && sudo rm -rf ~/.config/VSCodium/Cache && sudo rm -rf ~/.config/VSCodium/CachedData";
kys = "shutdown now";

View File

@@ -46,6 +46,7 @@ in
"$modifier ALT, G, exec, dex ${desktopEntriesPath}/glance.desktop"
"$modifier ALT, M, exec, dex ${desktopEntriesPath}/mastodon.desktop"
"$modifier ALT, S, exec, slack"
"$modifier ALT, T, exec, gnome-text-editor"
"$modifier CONTROL, M, exec, mattermost-desktop"
# =============================================================================