Better organized development configurations
This commit is contained in:
parent
f5ed37a7fb
commit
f93a17a74f
21 changed files with 70 additions and 52 deletions
22
odin/hm.nix
22
odin/hm.nix
|
|
@ -12,8 +12,6 @@
|
|||
cava
|
||||
discord
|
||||
dmenu
|
||||
docker-compose
|
||||
docker-machine
|
||||
droidcam
|
||||
easyeffects
|
||||
# element-desktop # matrix client
|
||||
|
|
@ -44,7 +42,6 @@
|
|||
mendeley
|
||||
# minecraft
|
||||
# mycrypto
|
||||
nix-prefetch-scripts
|
||||
obsidian
|
||||
openvpn
|
||||
p7zip
|
||||
|
|
@ -91,14 +88,16 @@
|
|||
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/docker.nix
|
||||
# ../hm_modules/development/go.nix
|
||||
../hm_modules/development/javascript.nix
|
||||
../hm_modules/development/kubernetes.nix
|
||||
../hm_modules/development/latex.nix
|
||||
../hm_modules/development/nix.nix
|
||||
../hm_modules/development/python.nix
|
||||
../hm_modules/development/rust.nix
|
||||
|
||||
../hm_modules/alacritty.nix
|
||||
../hm_modules/autorandr.nix
|
||||
|
|
@ -118,7 +117,6 @@
|
|||
# ../hm_modules/keepassxc.nix
|
||||
../hm_modules/kdeconnect.nix
|
||||
../hm_modules/kitty.nix
|
||||
../hm_modules/kubernetes-admin.nix
|
||||
../hm_modules/lf.nix
|
||||
../hm_modules/libinput-gestures.nix
|
||||
../hm_modules/lsd.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue