nixos: replace rcm with home-manager dotfile links

This commit is contained in:
2026-02-12 23:45:49 -08:00
committed by Kat Huang
parent 7861a7f61f
commit 298ff71042
4 changed files with 66 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
home-manager.users.imalison = {
imports = [
./emacs.nix
./dotfiles-links.nix
];
# Hyprland config starts this target on login (see `dotfiles/config/hypr/hyprland.conf`).