nixos/todo.md

22 lines
1.4 KiB
Markdown
Raw Normal View History

# To-Do list
## Figure out how to auto-initialize fish/tide configuration
Could probably read through the tide variable set to figure this out, just haven't done it yet. For now this command should initialize things correctly:
```tide configure --auto --style=Rainbow --prompt_colors='True color' --show_time='24-hour format' --rainbow_prompt_separators=Vertical --powerline_prompt_heads=Round --powerline_prompt_tails=Flat --powerline_prompt_style='Two lines, character' --prompt_connection=Disconnected --powerline_right_prompt_frame=No --prompt_spacing=Compact --icons='Many icons' --transient=No```
2024-05-01 14:37:11 +00:00
## tailscale setup
Need to connect new devices to the coordinator in order to access the tailscale network.
2024-05-01 15:42:23 +00:00
```sudo tailscale up --login-server=https://headscale.hive.smrsh.net```
2024-05-01 15:13:32 +00:00
2024-05-01 12:34:01 -04:00
## Refactor machine defaults
Could probably merge some of the default locale settings and stuff, maybe even make the x11 config more generic
2024-05-01 15:13:32 +00:00
2024-05-03 17:34:21 -04:00
## Dotfiles management and configuration installation
At this point to use this repo you need to grab the configuration.nix, the machine local configs,
and the programs and throw them into /etc/nixos, then you need to grab the dotfiles and put them
in .config... this is all done by hand. There should be a way using either `nix`, or `stow`, or `chezmoi`,
or some other already extant tool to do this in a slightly more automated fashion. The point of
this is to be easy for me to use and keep up with after all.