···55 time = {
66 timeZone = "Asia/Manila";
77 # since we're no longer being taken ahold by Windows 11 slavery in terms of hw clock
88- # confusion, we cn set this to false to use UTC.
88+ # confusion, we can set this to false to use UTC.
99 hardwareClockInLocalTime = false;
1010 };
1111
+7-2
shared/meta.nix
···2020 ./shells/bash.nix
2121 ./shells/custom-prompts.nix
2222 ./vscode/main.nix
2323+ ./server/ssh.nix
2424+ ./server/tailscale.nix
2325 ];
24262527 # and then the base packages itself
···3638 # misc tools and utils
3739 curl
3840 wget
3939- nano
4040- neovim
4141 fastfetch
4242 jq
4343 rclone
4444 ntfsprogs
4545+4646+ # TUI-based text editors
4747+ nano
4848+ neovim
4949+ emacs
45504651 # shell prompt customizations
4752 starship