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

@ -120,25 +120,7 @@
sharedModules = [
inputs.impermanence.nixosModules.home-manager.impermanence
] ++ (with profiles; [
# Base Configuration
xdg
# Programs
direnv
git
emacs
vim
gpg
ssh
keychain
# Terminal
starship
shells.all
tmux
]) ++ (self.lib.leaves ./users/modules);
] ++ (self.lib.leaves ./users/modules);
extraSpecialArgs = {
inherit profiles;

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 = {