Better organized development configurations

This commit is contained in:
Filippo Berto 2022-12-23 21:21:46 +01:00
parent f5ed37a7fb
commit f93a17a74f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
21 changed files with 70 additions and 52 deletions

View file

@ -420,6 +420,9 @@ with lib; {
}];
esphome = { };
frontend = { };
google_assistant = {
project_id = "light-cathode-372118";
};
history = { };
logbook = { };
# logger.default = "debug";

View file

@ -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
];