Compare commits

..

No commits in common. "bed8cb4c5cb9b0f5455cef6df6997dfc6c6ebde0" and "b296c64e1fb5984a812ee0a2c67e623cf879d705" have entirely different histories.

3 changed files with 5 additions and 17 deletions

View file

@ -81,7 +81,7 @@
users.users.cswimr = { users.users.cswimr = {
isNormalUser = true; isNormalUser = true;
description = "Seaswimmer"; description = "Seaswimmer";
extraGroups = [ "networkmanager" "wheel" "docker" ]; extraGroups = [ "networkmanager" "wheel" ];
# packages = with pkgs; []; use home-manager instead! # packages = with pkgs; []; use home-manager instead!
}; };

View file

@ -36,7 +36,6 @@
lazydocker lazydocker
bat bat
nixfmt nixfmt
forgejo-runner # for some reason this installs forgejo-runner as act_runner
# python stuff 🐍 # python stuff 🐍
uv uv

View file

@ -30,27 +30,16 @@
theme = "agnoster"; theme = "agnoster";
}; };
shellAliases = let ezaArgs = "--time-style='+%Y-%m-%d %H:%M' --icons"; shellAliases = {
in {
ff = "fastfetch"; ff = "fastfetch";
neofetch = "fastfetch"; neofetch = "fastfetch";
nf = "fastfetch"; nf = "fastfetch";
cat = "bat"; cat = "bat";
l = "eza -lhg ${ezaArgs}"; ls = "eza --icons";
la = "eza -lAh ${ezaArgs}"; l = "eza -lhg --icons";
ll = "eza -lhg ${ezaArgs}";
ls = "eza ${ezaArgs}";
lsa = "eza -lah ${ezaArgs}";
nixrc = "$EDITOR /etc/nixos"; upd = "sudo nixos-generate-config --dir /etc/nixos/hosts && sudo rm /etc/nixos/hosts/configuration.nix && sudo mv /etc/nixos/hosts/hardware-configuration.nix /etc/nixos/hosts/$(hostname).nix && git -C /etc/nixos --git-dir=/etc/nixos/.git add /etc/nixos/hosts/$(hostname).nix && sudo nixos-rebuild switch";
upd =
"sudo nixos-generate-config --dir /etc/nixos/hosts && sudo rm /etc/nixos/hosts/configuration.nix && sudo mv /etc/nixos/hosts/hardware-configuration.nix /etc/nixos/hosts/$(hostname).nix && git -C /etc/nixos --git-dir=/etc/nixos/.git add /etc/nixos/hosts/$(hostname).nix && sudo nixos-rebuild switch";
taildrop = "tailscale file";
forgejo-runner = "act_runner";
runactions = "act_runner exec --default-actions-url=https://www.coastalcommits.com --gitea-instance=https://www.coastalcommits.com";
c = "clear"; c = "clear";
# alias sudo to itself so user aliases can be sudoed # alias sudo to itself so user aliases can be sudoed