Your one-stop-cake-shop for everything Freshly Baked has to offer
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(pm/systems): move zsh to it's own file

thecoded.prof 0440165f d63d3ed7

verified
+9 -1
+7
packetmix/systems/freshlybakedcake/shell.nix
··· 1 + # SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + programs.zsh.enable = true; 7 + }
+2 -1
packetmix/systems/freshlybakedcake/users.nix
··· 18 18 "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIHgyfY0KnxIsw8h9/cmbZ8InRFMqOmWn94teVsAHMvNkAAAABHNzaDo= coded@OcicatNanoResident" 19 19 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKpBNIHk/kRhQL7Nl3Fd+UBVRoS2bTpbeerA//vwL2D4 coded@passwordKey" 20 20 ]; 21 + 22 + shell = pkgs.zsh; 21 23 }; 22 24 23 - programs.zsh.enable = true; 24 25 users.users.minion = { 25 26 isNormalUser = true; 26 27 description = "Skyler Grey";