From 042e621f6c8c9c022d2df5a8c47613498d8f96b6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 11 Sep 2023 09:26:06 +0100 Subject: [PATCH] Remove 'nou' alias --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index f51d3c5a..0e774f8e 100644 --- a/flake.nix +++ b/flake.nix @@ -123,8 +123,6 @@ environment = { systemPackages = with pkgs; [ git neofetch ]; localBinInPath = true; - shellAliases.nou = - ''sudo nixos-rebuild switch --flake "${flakeURL}"''; }; services = { power-profiles-daemon.enable = true;