chore(configs): remove rust config from common
This commit is contained in:
parent
db487bab19
commit
3d33060d67
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./common.nix];
|
imports = [
|
||||||
|
./common.nix
|
||||||
|
|
||||||
|
../programs/rust.nix
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
|
|
|
@ -28,7 +28,6 @@ in {
|
||||||
|
|
||||||
../programs/fish.nix
|
../programs/fish.nix
|
||||||
../programs/git.nix
|
../programs/git.nix
|
||||||
../programs/rust.nix
|
|
||||||
../programs/starship
|
../programs/starship
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue