mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-05 22:44:34 +05:30
8 lines
96 B
Nix
8 lines
96 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
# Rust setup
|
|
rustup
|
|
];
|
|
}
|