Pro audio + fixes
This commit is contained in:
parent
1f49192ab3
commit
6bbfc7cdc0
11 changed files with 181 additions and 37 deletions
14
home.nix
14
home.nix
|
|
@ -62,11 +62,13 @@ in
|
|||
keyboard.layout = "it";
|
||||
keyboard.options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" ];
|
||||
packages = with pkgs; [
|
||||
pulseaudio
|
||||
|
||||
arandr
|
||||
# audacity
|
||||
authy
|
||||
# blender
|
||||
blender
|
||||
catgirl # IRC
|
||||
cava
|
||||
ckan
|
||||
discord
|
||||
evolution
|
||||
|
|
@ -126,11 +128,10 @@ in
|
|||
zoom-us
|
||||
zotero
|
||||
|
||||
hunspellDicts.it_IT
|
||||
hunspellDicts.en_GB-large
|
||||
hunspellDicts.en_US-large
|
||||
hunspellDicts.it_IT
|
||||
|
||||
blender
|
||||
(
|
||||
dwarf-fortress-packages.dwarf-fortress-full.override {
|
||||
enableLegendsBrowser = false;
|
||||
|
|
@ -176,7 +177,7 @@ in
|
|||
./modules/gpg.nix
|
||||
./modules/grobi.nix
|
||||
./modules/info.nix
|
||||
./modules/joystickwake.nix
|
||||
# ./modules/joystickwake.nix
|
||||
./modules/jq.nix
|
||||
./modules/kakoune.nix
|
||||
./modules/keepassxc.nix
|
||||
|
|
@ -207,6 +208,9 @@ in
|
|||
./modules/zoxide.nix
|
||||
./modules/zsh.nix
|
||||
|
||||
./modules/pro_audio.nix
|
||||
./modules/security.nix
|
||||
|
||||
./modules/shell_aliases.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue