Enable cargo module in work profile
This commit is contained in:
parent
e4825cefdd
commit
e7945e9493
1 changed files with 10 additions and 1 deletions
|
@ -24,11 +24,20 @@ in
|
|||
programs = {
|
||||
alacritty.enable = true;
|
||||
bat.enable = true;
|
||||
cargo = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"registries.crates-io" = {
|
||||
protocol = "sparse";
|
||||
};
|
||||
};
|
||||
};
|
||||
dropbox.enable = true;
|
||||
dunst.enable = true;
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; ((emacsPackagesFor emacsUnstable).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
|
||||
# package = with pkgs; ((emacsPackagesFor emacsUnstable).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
|
||||
package = pkgs.emacs;
|
||||
daemon = true;
|
||||
};
|
||||
firefox = {
|
||||
|
|
Loading…
Reference in a new issue