move user-specific profiles to infinidoge
This commit is contained in:
parent
36d4a48238
commit
65899f0f9c
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,11 @@
|
|||
home-manager.users.infinidoge = { config, suites, profiles, ... }: {
|
||||
imports = lib.our.flattenListSet {
|
||||
suites = with suites; [ base ];
|
||||
profiles = with profiles; [
|
||||
pass
|
||||
discord
|
||||
gaming
|
||||
];
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue