rust: enable snowhawk.direnv
This commit is contained in:
parent
90b396317f
commit
d1217ef796
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,8 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
snowhawk.direnv.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rustup
|
||||
];
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
];
|
||||
|
||||
snowhawk = {
|
||||
direnv.enable = true;
|
||||
alacritty.enable = true;
|
||||
theme.enable = true;
|
||||
projects.enable = true;
|
||||
|
|
Loading…
Reference in a new issue