aedda15cd4b9f755efc300901852c14116f27ac9
very complicated and it's not worth my time: https://www.reddit.com/r/NixOS/comments/12uoti5/how_do_i_automount_fuse_devices/ https://stackoverflow.com/questions/1554178/how-to-register-fuse-filesystem-type-with-mount8-and-fstab https://home-manager.dev/manual/23.05/options.html#opt-services.udiskie.notify https://wiki.archlinux.org/title/Fstab https://forum.manjaro.org/t/root-tip-how-to-systemd-mount-unit-samples/1191/8 https://forum.manjaro.org/t/root-tip-how-to-use-systemd-to-mount-any-device/1185
Dotfiles
My personal dotfiles for reproducing my entire machine.
Includes
- Operating System and packages (NixOS)
- Neovim config
- Ghostty Terminal config
- Tmux config
- Utility scripts
Installation
Use your preferred package manager to install GNU stow
Then clone the repository
git clone https://github.com/kyren223/dotfiles
Let stow generate all the symlinks for you
cd ~/dotfiles && stow .
You may need to add the --adopt flag to stow to override your existing dotfiles.
If using NixOS, rebuild your system using the flake
sudo nixos-rebuild switch --flake ~/dotfiles#kyren-laptop
Description
Languages
Lua
67.5%
Nix
11.8%
Shell
9.8%
Python
6.2%
Scheme
2.3%
Other
2.4%