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