diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:04:41 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:04:41 -0700 |
| commit | 1f1659244241f8f90e8e6ae7d9ecc8be4513e023 (patch) | |
| tree | 7e96205d8a61d80825e16fa6258847b0735aa740 /hosts/c-pc | |
| parent | 38edb2557cdad38ab950437f6a44d89b88ebc3a6 (diff) | |
core: adopt rb and rbf scripts
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 22ceed6..0bbb44c 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -87,8 +87,6 @@ }; environment.systemPackages = with pkgs; [ - (writeShellScriptBin "rb" "sudo nixos-rebuild switch --flake /etc/nixos#default") - (writeShellScriptBin "rbf" "sudo nixos-rebuild switch --flake path:/etc/nixos#default") (writeShellScriptBin "toys" "nix-shell -p cmatrix asciiquarium pipes cowsay figlet neofetch") firefox |