Better organized development configurations
This commit is contained in:
parent
f5ed37a7fb
commit
f93a17a74f
21 changed files with 70 additions and 52 deletions
|
|
@ -420,6 +420,9 @@ with lib; {
|
|||
}];
|
||||
esphome = { };
|
||||
frontend = { };
|
||||
google_assistant = {
|
||||
project_id = "light-cathode-372118";
|
||||
};
|
||||
history = { };
|
||||
logbook = { };
|
||||
# logger.default = "debug";
|
||||
|
|
|
|||
18
loki/hm.nix
18
loki/hm.nix
|
|
@ -28,7 +28,6 @@
|
|||
file
|
||||
htop
|
||||
neofetch
|
||||
nix-prefetch-scripts
|
||||
ripgrep
|
||||
wget
|
||||
xclip
|
||||
|
|
@ -38,14 +37,14 @@
|
|||
imports = [
|
||||
../hm_modules/__basic.nix
|
||||
|
||||
# ../hm_modules/cpp.nix
|
||||
../hm_modules/data_analysis.nix
|
||||
# ../hm_modules/go.nix
|
||||
# ../hm_modules/java.nix
|
||||
# ../hm_modules/javascript.nix
|
||||
# ../hm_modules/latex.nix
|
||||
# ../hm_modules/python.nix
|
||||
# ../hm_modules/rust.nix
|
||||
# ../hm_modules/development/cpp.nix
|
||||
../hm_modules/development/data.nix
|
||||
# ../hm_modules/development/go.nix
|
||||
# ../hm_modules/development/javascript.nix
|
||||
# ../hm_modules/development/latex.nix
|
||||
# ../hm_modules/development/nix.nix
|
||||
# ../hm_modules/development/python.nix
|
||||
# ../hm_modules/development/rust.nix
|
||||
|
||||
../hm_modules/fonts.nix
|
||||
../hm_modules/bash.nix
|
||||
|
|
@ -71,6 +70,7 @@
|
|||
../hm_modules/tmux.nix
|
||||
../hm_modules/zoxide.nix
|
||||
../hm_modules/zsh.nix
|
||||
|
||||
../hm_modules/shell_aliases.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue