flake: move home manager profiles into hm-system-defaults

This commit is contained in:
Infinidoge 2023-08-28 09:49:00 -04:00
parent 12c6638645
commit 5a13b371bc
2 changed files with 17 additions and 19 deletions

View file

@ -10,7 +10,23 @@
sharedModules = [
({ profiles, ... }: {
imports = with profiles; [
# Base configuration
xdg
# Programs
direnv
emacs
git
gpg
htop
keychain
ssh
vim
# Terminal
shells.all
starship
tmux
];
home = {