some reorganizing
This commit is contained in:
parent
df9e8ae8bf
commit
113e015135
182 changed files with 443 additions and 449 deletions
23
home/suites/kidney/default.nix
Normal file
23
home/suites/kidney/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{homeProfiles, ...}: {
|
||||
imports = with homeProfiles; [
|
||||
default
|
||||
|
||||
editors.emacs
|
||||
editors.nvim
|
||||
|
||||
terminal.shell.zsh
|
||||
terminal.programs.xdg
|
||||
terminal.programs.direnv
|
||||
terminal.programs.comma
|
||||
terminal.programs.tmux
|
||||
terminal.programs.irssi
|
||||
|
||||
develop.langs.nix
|
||||
develop.tools
|
||||
develop.devenv
|
||||
|
||||
terminal.programs.git
|
||||
terminal.programs.github
|
||||
terminal.programs.lazygit
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue