From 3ebf22d7ce4aa1d7b3937f5b349377d67f13a5c0 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 24 Aug 2024 03:46:51 -0700 Subject: [PATCH] chore: remove unused functions/aliae --- users/youwen/common/core.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/users/youwen/common/core.nix b/users/youwen/common/core.nix index b2103c4..06c7557 100755 --- a/users/youwen/common/core.nix +++ b/users/youwen/common/core.nix @@ -76,19 +76,8 @@ programs.fish = { enable = true; shellAliases = { - rebuild = "sudo nixos-rebuild switch"; ls = "eza -l --icons=auto"; }; - functions = { - update-nixos = { - description = "Update the system flake and attempt to build and switch to the new configuration."; - body = '' - cd /etc/nixos - nix flake update - sudo nixos-rebuild switch - ''; - }; - }; interactiveShellInit = '' fish_vi_key_bindings set -g fish_greeting